nix-config/modules/server/default.nix

9 lines
84 B
Nix
Raw Normal View History

2023-06-01 20:33:05 +02:00
{ ... }:
{
imports = [
./ssh.nix
];
networking.firewall.enable = true;
}