From ac8db1d9fd14e6a3b205b715dabc34947fbb513e Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Wed, 2 Apr 2025 23:05:46 -0700 Subject: [PATCH] [mcp] Enable linger for drew --- system/hosts/mcp/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/hosts/mcp/configuration.nix b/system/hosts/mcp/configuration.nix index a4391c6..7788031 100644 --- a/system/hosts/mcp/configuration.nix +++ b/system/hosts/mcp/configuration.nix @@ -64,6 +64,9 @@ "docker-registry" ]; shell = pkgs.zsh; + # Enable linger so that systemd services run for this user are started and + # persist even without an active session. + linger = true; }; # List packages installed in system profile. To search, run: