Feature: QNAP NAS

This commit is contained in:
marthsincemelee
2024-01-17 11:22:33 +01:00
parent d5a6e3a235
commit 5a869457af
+1 -1
View File
@@ -14,7 +14,7 @@
}; };
fileSystems."/home/finn/nfs" = fileSystems."/home/finn/nfs" =
{ device = "voyager:/data1"; { device = "voyager:/";
fsType = "nfs"; fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ]; options = [ "x-systemd.automount" "noauto" ];
}; };