diff --git a/nixos/homeserver.nix b/nixos/homeserver.nix index 23c4253..efb527c 100644 --- a/nixos/homeserver.nix +++ b/nixos/homeserver.nix @@ -79,6 +79,7 @@ users.users = { cianh = { isNormalUser = true; + linger = true; hashedPasswordFile = "/etc/hashedPasswordFile"; description = "Cian Hughes"; extraGroups = ["networkmanager" "wheel" "docker" "podman" "nixcfg"];