2025-03-08 05:36:01 -05:00
|
|
|
{ config, ... }:
|
|
|
|
{
|
2025-03-10 22:08:35 -04:00
|
|
|
fileSystems."/home/${config.sysusers.main}/MidasNFS" = {
|
2025-03-08 05:36:01 -05:00
|
|
|
device = "10.100.0.1:/storage";
|
|
|
|
fsType = "nfs4";
|
|
|
|
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
|
|
|
};
|
|
|
|
}
|