Enhancement: Temporarily add archive smb share for importing data from backups.

This commit is contained in:
Joey Hafner 2025-02-08 01:49:53 -08:00
parent 64a114d1e1
commit d16a2c5230
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -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";