Fix: Add missing SMB share "recordings".
This commit is contained in:
parent
30800804cb
commit
4988eef96a
@ -57,4 +57,10 @@
|
||||
fsType = "cifs";
|
||||
options = [ smb.permissions_opts smb.automount_opts ];
|
||||
};
|
||||
fileSystems."recordings" = {
|
||||
mountPoint = "/mnt/recordings";
|
||||
device = "//192.168.1.12/Recordings";
|
||||
fsType = "cifs";
|
||||
options = [ smb.permissions_opts smb.automount_opts ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user