From 727c289f8ed5fbde9cbf1a3c2360a8592c7984cd Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 22 Dec 2023 21:01:04 -0500 Subject: [PATCH] y server no start?? --- nixos/stacks/ps2.live/saerro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/stacks/ps2.live/saerro.nix b/nixos/stacks/ps2.live/saerro.nix index 4e4f655..4fb9b4d 100644 --- a/nixos/stacks/ps2.live/saerro.nix +++ b/nixos/stacks/ps2.live/saerro.nix @@ -7,7 +7,7 @@ ]; extraOptions = [ "--pod=saerro" - "--pull=always" + #"--pull=always" ]; autoStart = true; };