From e933161b1ba20478c2d5782ce0a5ceede6605b07 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Wed, 31 Dec 2025 00:09:48 -0800 Subject: [PATCH] Pkgs path for screen on keepalive --- modules/host-groups/apollo-2000.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host-groups/apollo-2000.nix b/modules/host-groups/apollo-2000.nix index 6605e9d..3038482 100644 --- a/modules/host-groups/apollo-2000.nix +++ b/modules/host-groups/apollo-2000.nix @@ -46,7 +46,7 @@ serviceConfig = { Type = "simple"; - ExecStart = ''screen -S ilofansession -X stuff "fan info^M"''; + ExecStart = ''${pkgs.screen}/bin/screen -S ilofansession -X stuff "fan info^M"''; }; path = with pkgs; [