From 87b1ebb8be7f0650647d2000edac7e58433e95ef Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 19 Aug 2025 17:36:42 -0400 Subject: [PATCH] allow default user to linger --- hosts/common/users/primary/nixos.nix | 1 + 1 file changed, 1 insertion(+) 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"