update eta stuff
This commit is contained in:
parent
0b323bcfda
commit
df19f184c8
|
@ -80,6 +80,9 @@
|
||||||
fileSystems."/mnt/eta" = {
|
fileSystems."/mnt/eta" = {
|
||||||
device = "//10.30.12.6/users";
|
device = "//10.30.12.6/users";
|
||||||
fsType = "cifs";
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user