From 845dd7388297f75aaa7ed03122c61ca8be367a9a Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 25 Oct 2024 18:18:59 -0700 Subject: [PATCH] #17 Trigger workflow --- homelab/silver-flame/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homelab/silver-flame/configuration.nix b/homelab/silver-flame/configuration.nix index fa5fc457..06c48cb3 100644 --- a/homelab/silver-flame/configuration.nix +++ b/homelab/silver-flame/configuration.nix @@ -32,8 +32,8 @@ ]; clusterInit = (hostConf.name == "bard"); serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443"); - manifests = { }; # We are going to manage k8s resources separately from - # the infrastructure config + # We are going to manage k8s resources separately from the infrastructure config + manifests = { }; }; services.openiscsi = { enable = false; @@ -109,4 +109,4 @@ boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "nfs" ]; system.stateVersion = "24.05"; -} \ No newline at end of file +} \ No newline at end of file