nix-config/modules/server/default.nix
2023-06-03 15:17:05 +02:00

8 lines
84 B
Nix

{ ... }:
{
imports = [
./ssh.nix
];
networking.firewall.enable = true;
}