From b005f8d83158bfefd3f6530680b7f9387c2fe6b3 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Fri, 12 Sep 2025 23:33:32 +0200 Subject: [PATCH] fix: deactivate srv-videoconf it seems to miss some harddrive config --- outputs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.nix b/outputs.nix index 436b714..234698b 100644 --- a/outputs.nix +++ b/outputs.nix @@ -15,7 +15,7 @@ in { nixosConfigurations = builtins.mapAttrs (hostName: hostOptions: (hostHelper hostName hostOptions)) { crocoite = {stateVersion = "24.05";}; - srv-videoconf = {stateVersion = "25.05";}; + #srv-videoconf = {stateVersion = "25.05";}; game-luanti = {stateVersion = "25.05";};