bert: Automatically mount bigbird_public on startup

This commit is contained in:
Chandler Swift 2025-07-04 16:23:40 -05:00
parent 8f24ff4e36
commit 6c4454b1e8
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -42,7 +42,11 @@
fileSystems."/mnt/bigbird_public" = { fileSystems."/mnt/bigbird_public" = {
device = "//bigbird/public"; device = "//bigbird/public";
fsType = "cifs"; fsType = "cifs";
options = [ "guest" ]; options = [
"x-systemd.automount"
"x-systemd.requires=network-online.target"
"guest"
];
}; };
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";