1
1
Fork 0

unfolder: add backyard cifs mount

This commit is contained in:
Tim Van Baak 2024-04-22 22:22:03 -07:00
parent 8ae7776ada
commit aa7719ed71
1 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,14 @@
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
time.timeZone = "America/Los_Angeles";