From 4d5a66d21b64784ce7a64a1bebbbcac968f8fc2c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 16 Apr 2026 14:24:47 +0100 Subject: [PATCH] Updated homeserver user to enable linger --- nixos/homeserver.nix | 1 + 1 file changed, 1 insertion(+) 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"];