Feature: QNAP NAS

This commit is contained in:
marthsincemelee
2024-01-17 11:38:17 +01:00
parent 5a869457af
commit de0e3f81bc
+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" ];