From e510e6ddb6b87f635c8de5db94ffd2195db3b544 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 29 Oct 2024 16:12:24 -0700 Subject: [PATCH] #18 Create nix shell from flake, trigger workflow --- .gitea/workflows/silver-flame-deploy.yaml | 2 +- homelab/local-hosts/silver-flame/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;