diff --git a/.gitea/workflows/silver-flame-deploy.yaml b/.gitea/workflows/silver-flame-deploy.yaml index fd43c97f..ade27d56 100644 --- a/.gitea/workflows/silver-flame-deploy.yaml +++ b/.gitea/workflows/silver-flame-deploy.yaml @@ -35,7 +35,7 @@ jobs: chmod 600 /tmp/key - name: Derive host IPs run: | - nix-shell -p nixfmt-rfc-style + nix shell nixpkgs#nixfmt-rfc-style nix-instantiate --parse flake.nix |\ nixfmt |\ grep 'hostname =' |\ diff --git a/homelab/local-hosts/silver-flame/configuration.nix b/homelab/local-hosts/silver-flame/configuration.nix index 09b01734..06c48cb3 100644 --- a/homelab/local-hosts/silver-flame/configuration.nix +++ b/homelab/local-hosts/silver-flame/configuration.nix @@ -33,7 +33,7 @@ clusterInit = (hostConf.name == "bard"); serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443"); # We are going to manage k8s resources separately from the infrastructure config - manifests = { }; + manifests = { }; }; services.openiscsi = { enable = false;