remove home.nix files, close port 21, ensure flakes and cmds enabled

This commit is contained in:
2026-04-20 18:26:50 +01:00
parent 67a1e0ced0
commit 743c487a52
3 changed files with 2 additions and 97 deletions
+2 -1
View File
@@ -20,7 +20,7 @@
enable = true;
# Open ports in the firewall.
allowedTCPPorts = [ 21 22 80 443 4070 5037 ];
allowedTCPPorts = [ 22 80 443 4070 5037 ];
allowedUDPPorts = [ 4070 ];
allowedTCPPortRanges = [
@@ -89,6 +89,7 @@
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
trusted-users = [ "root" "@wheel" ];
allowed-users = [ "root" "@wheel" ];
experimental-features = [ "nix-command" "flakes" ];
};
nix.gc = {