nixos-config/features/boot/default.nix
2024-08-08 16:39:50 +02:00

6 lines
51 B
Nix

{
imports = [
./ssh.nix
./tor.nix
];
}