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
|
@ -3,6 +3,7 @@
|
|||
config = lib.mkIf config.system.desktop.enable {
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
user = "jimbo";
|
||||
group = "users";
|
||||
musicDirectory = "/home/jimbo/JimboNFS/Music/JimBops";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue