From 2058045011b2be0c98739b5fd5b9d98587d86ef1 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 17 Nov 2024 16:26:02 +0000 Subject: [PATCH] systemd-user-sessions: re-enable this is actually probably necessary, else systemd user session fails with error PAM --- hosts/common/users/colin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/users/colin.nix b/hosts/common/users/colin.nix index dcf356561..afb96145e 100644 --- a/hosts/common/users/colin.nix +++ b/hosts/common/users/colin.nix @@ -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; }