Feature: QNAP NAS

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