diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-18 17:45:34 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-18 17:45:40 +0000 |
| commit | a97c5e2ae338177418de6691dbf1c4e3dd06a7cd (patch) | |
| tree | 4354f95f680664b0282a1a1cc7fd96579d2efa17 /hosts | |
| parent | 5672a0261ea9eec21f1c57b45b9d1b64d2d1f9cb (diff) | |
smb client stuff
Diffstat (limited to 'hosts')
| -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"; } |
