bert: Automatically mount bigbird_public on startup
This commit is contained in:
parent
8f24ff4e36
commit
6c4454b1e8
1 changed files with 5 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue