From a97c5e2ae338177418de6691dbf1c4e3dd06a7cd Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:45:34 +0000 Subject: smb client stuff --- hosts/mercury/system.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; } -- cgit v1.3.1