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:
parent
b3d9d2f396
commit
ac4da6559d
4 changed files with 3 additions and 4 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue