diff --git a/hosts/common/users/primary/nixos.nix b/hosts/common/users/primary/nixos.nix index dc1b12a..8888df7 100644 --- a/hosts/common/users/primary/nixos.nix +++ b/hosts/common/users/primary/nixos.nix @@ -20,6 +20,7 @@ in { home = "/home/${hostSpec.username}"; isNormalUser = true; hashedPasswordFile = sopsHashedPasswordFile; # Blank if sops is not working. + linger = true; extraGroups = lib.flatten [ "wheel"