Enhancement: Temporarily add archive smb share for importing data from backups.
This commit is contained in:
parent
64a114d1e1
commit
d16a2c5230
@ -73,6 +73,10 @@ in {
|
||||
device = "//192.168.1.12/Torrenting";
|
||||
inherit fsType options;
|
||||
};
|
||||
"/mnt/archive" = {
|
||||
device = "//192.168.1.12/Archive";
|
||||
inherit fsType options;
|
||||
};
|
||||
"/mnt/iscsi/fighter" = {
|
||||
device = "/dev/disk/by-uuid/cf3a253c-e792-48b5-89a1-f91deb02b3be";
|
||||
fsType = "ext4";
|
||||
|
Loading…
x
Reference in New Issue
Block a user