systemd-user-sessions: re-enable

this is actually probably necessary, else systemd user session fails with error PAM
This commit is contained in:
2024-11-17 16:26:02 +00:00
parent 09ed5a271d
commit 2058045011

View File

@@ -126,5 +126,5 @@
systemd.services."user@${builtins.toString config.users.users.colin.uid}".enable = false;
# systemd-user-sessions depends on remote-fs, causing login to take stupidly long
systemd.services."systemd-user-sessions".enable = false;
# systemd.services."systemd-user-sessions".enable = false;
}