Feature: QNAP NAS

This commit is contained in:
marthsincemelee
2024-01-17 10:59:41 +01:00
parent 0aded836ac
commit d5a6e3a235
+1 -1
View File
@@ -14,7 +14,7 @@
};
fileSystems."/home/finn/nfs" =
{ device = "server:/tomoyo";
{ device = "voyager:/data1";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
};