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; }