aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/system.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-18 17:45:34 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-18 17:45:40 +0000
commita97c5e2ae338177418de6691dbf1c4e3dd06a7cd (patch)
tree4354f95f680664b0282a1a1cc7fd96579d2efa17 /hosts/mercury/system.nix
parent5672a0261ea9eec21f1c57b45b9d1b64d2d1f9cb (diff)
smb client stuff
Diffstat (limited to 'hosts/mercury/system.nix')
-rw-r--r--hosts/mercury/system.nix3
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";
}