update eta stuff

This commit is contained in:
xenia 2025-02-16 16:58:21 +01:00
parent 0b323bcfda
commit df19f184c8

View File

@ -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;
}