clear up fstab

This commit is contained in:
Danilo Reyes 2024-04-15 21:11:06 -06:00
parent 591815d0b9
commit cd15c801a3

View File

@ -49,7 +49,6 @@
device = "server:/${nfsDisk}";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
# options = [ "x-systemd.automount" "noauto" ];
};
in {
# "/mnt/pool" = mount "pool" // { };