unfolder: add backyard cifs mount
This commit is contained in:
parent
8ae7776ada
commit
aa7719ed71
|
@ -17,6 +17,14 @@
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
fileSystems."/mnt/backyard" = {
|
||||||
|
device = "//backyard.home/tvb";
|
||||||
|
fsType = "cifs";
|
||||||
|
options = [
|
||||||
|
"x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,credentials=/home/tvb/.local/state/smb/backyard"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Override time zone to PST
|
# Override time zone to PST
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue