From 862f004e3cf014764147ca14d07afd4379c63fb7 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Tue, 8 Oct 2024 16:40:18 +0200 Subject: [PATCH] fix(krz01): disable proxmox for now Until #139 is merged. Signed-off-by: Ryan Lahfa --- machines/krz01/_configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/krz01/_configuration.nix b/machines/krz01/_configuration.nix index aee7e6f..cf97d55 100644 --- a/machines/krz01/_configuration.nix +++ b/machines/krz01/_configuration.nix @@ -7,7 +7,7 @@ lib.extra.mkConfig { enabledServices = [ # INFO: This list needs to stay sorted alphabetically - "proxmox" + # TODO: re-enable me when #139 is merged. "proxmox" ]; extraConfig = {