From df19f184c8e481ce7bb5e77a48a73846fa53d64f Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 16 Feb 2025 16:58:21 +0100 Subject: [PATCH] update eta stuff --- nixos/machines/foxhut/machine.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/machines/foxhut/machine.nix b/nixos/machines/foxhut/machine.nix index aac13939..49ec1f0d 100644 --- a/nixos/machines/foxhut/machine.nix +++ b/nixos/machines/foxhut/machine.nix @@ -80,6 +80,9 @@ fileSystems."/mnt/eta" = { device = "//10.30.12.6/users"; fsType = "cifs"; - options = [ "username=eta" "password=eta" "uid=1000" "gid=1000" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ]; + options = [ "username=eta" "password=eta" "uid=1002" "gid=1002" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ]; }; + + services.printing.enable = true; + services.avahi.enable = true; }