Feature: QNAP NAS

This commit is contained in:
marthsincemelee
2024-01-17 11:41:52 +01:00
parent de0e3f81bc
commit 925ba42182
+1 -1
View File
@@ -13,7 +13,7 @@
fsType = "vfat";
};
fileSystems."/data" =
fileSystems."/data/nfs" =
{ device = "voyager:/";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];