nixos-servers/system/default.nix
2024-03-07 23:14:44 +01:00

8 lines
81 B
Nix

{ ... }: {
import = [
./sops.nix
./root-user.nix
./sshd.nix
];
}