Add tuigreet in place of direct login to sway, fix startup issue with mpd calling nfs mount before existing network

This commit is contained in:
Jimbo 2024-12-04 00:46:02 -05:00
parent b3d9d2f396
commit ac4da6559d
4 changed files with 3 additions and 4 deletions

View file

@ -37,7 +37,7 @@
"/home/jimbo/JimboNFS" = {
device = "${config.ips.server}:/export/JimboNFS";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
options = [ "x-systemd.automount" "noauto" ];
};
};
}