1
1
Fork 0

imperium: cifs mount backyard/tvb

This commit is contained in:
Tim Van Baak 2024-04-25 11:42:18 -07:00
parent 21192f1b5a
commit 47b79c36cc
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@
device = "/dev/sda";
};
fileSystems."/home/tvb/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,uid=1000,gid=988"
];
};
networking.networkmanager.enable = true;
time.timeZone = "America/Los_Angeles";