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