Now tracking Athena
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
"d /mnt/roms_ext 0755 root root -"
|
||||
"d /mnt/podcasts 0755 root root -"
|
||||
"d /mnt/audiobooks 0755 root root -"
|
||||
"d /mnt/movies 0755 root root -"
|
||||
"d /mnt/movies_ext 0755 root root -"
|
||||
];
|
||||
|
||||
fileSystems."/mnt/books" = {
|
||||
@@ -138,4 +140,32 @@
|
||||
"x-systemd.idle-timeout=10min"
|
||||
];
|
||||
};
|
||||
fileSystems."/mnt/movies" = {
|
||||
device = "//10.0.0.76/movies";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
"credentials=/run/secrets/smb"
|
||||
"vers=3.0"
|
||||
"uid=1000" "gid=1000"
|
||||
"file_mode=0664" "dir_mode=0775"
|
||||
"rw" "iocharset=utf8" "cache=strict" "mfsymlinks"
|
||||
"_netdev" "nofail"
|
||||
"x-systemd.automount" "noauto"
|
||||
"x-systemd.idle-timeout=10min"
|
||||
];
|
||||
};
|
||||
fileSystems."/mnt/movies_ext" = {
|
||||
device = "//10.0.0.76/movies_ext";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
"credentials=/run/secrets/smb"
|
||||
"vers=3.0"
|
||||
"uid=1000" "gid=1000"
|
||||
"file_mode=0664" "dir_mode=0775"
|
||||
"rw" "iocharset=utf8" "cache=strict" "mfsymlinks"
|
||||
"_netdev" "nofail"
|
||||
"x-systemd.automount" "noauto"
|
||||
"x-systemd.idle-timeout=10min"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user