Feature: QNAP NAS
This commit is contained in:
@@ -12,4 +12,12 @@
|
|||||||
{ device = "/dev/disk/by-uuid/0D77-17BB";
|
{ device = "/dev/disk/by-uuid/0D77-17BB";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/home/finn/nfs" =
|
||||||
|
{ device = "server:/tomoyo";
|
||||||
|
fsType = "nfs";
|
||||||
|
options = [ "x-systemd.automount" "noauto" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user