From 90fd1aad9ba135658e0506b46ccc4269f2b38d9d Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 4 Dec 2025 16:57:08 -0600 Subject: [PATCH] feat: new samba mount --- modules/nixos/services/samba/sambaCeres/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nixos/services/samba/sambaCeres/default.nix b/modules/nixos/services/samba/sambaCeres/default.nix index 4481a23..4f2d9cd 100755 --- a/modules/nixos/services/samba/sambaCeres/default.nix +++ b/modules/nixos/services/samba/sambaCeres/default.nix @@ -42,9 +42,11 @@ in }; }; }; + systemd.tmpfiles.rules = [ - "d /mnt/transfer 2775 root root -" + "d /mnt/transfer 2775 ${user0} users -" ]; + networking = { firewall = { allowedTCPPorts = [