Firewall sshd in garden.

This commit is contained in:
Nolan Darilek 2024-12-23 11:51:41 -06:00
parent 75780a0455
commit d6351d043a

View File

@ -15,6 +15,7 @@
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
networking.hostName = "GARDEN";
services.openssh.openFirewall = false;
# Enable the Flakes feature and the accompanying new nix command-line tool
nix.settings.experimental-features = [