diff options
| -rw-r--r-- | hosts/mercury/system.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/mercury/system.nix b/hosts/mercury/system.nix index 9a78bef..b6a2a6b 100644 --- a/hosts/mercury/system.nix +++ b/hosts/mercury/system.nix @@ -20,5 +20,8 @@ ]; }; + networking.firewall.allowedUDPPorts = [445]; + users.users.collin.packages = [pkgs.cifs-utils]; + system.stateVersion = "25.05"; } |
