Feature: QNAP NAS

This commit is contained in:
marthsincemelee
2024-01-17 08:59:45 +01:00
parent d7d23b1dd7
commit 29b51380f1
+8
View File
@@ -12,4 +12,12 @@
{ device = "/dev/disk/by-uuid/0D77-17BB";
fsType = "vfat";
};
fileSystems."/home/finn/nfs" =
{ device = "server:/tomoyo";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
};
}