Feature: QNAP NAS

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