From a0d53b2db76ec3f86749da42beb7a0039d017360 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Wed, 2 Jul 2025 15:36:10 +0800 Subject: [PATCH] Enable linger for docker user --- configuration/vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/vm.nix b/configuration/vm.nix index d37f694..fde4318 100755 --- a/configuration/vm.nix +++ b/configuration/vm.nix @@ -8,6 +8,7 @@ # Define a user account. users.users.docker = { isNormalUser = true; + linger = true; extraGroups = [ "wheel" "docker"