nixos-config/features/boot/default.nix

7 lines
51 B
Nix
Raw Normal View History

2024-08-08 16:39:50 +02:00
{
imports = [
./ssh.nix
./tor.nix
];
}