Compare commits

..

2 Commits

Author SHA1 Message Date
Joey Hafner
d73d6928c7
#17 Trigger workflow
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 5m12s
2024-10-25 20:17:41 -07:00
Joey Hafner
c717e3b680
#17 Attempt to configure Cachix 2024-10-25 20:17:26 -07:00
2 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,12 @@ jobs:
with:
github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-24.05
- name: Configure Cachix
uses: cachix/cachix-action@v15
with:
name: jafnernet
authToken: '${{ secrets.CACHIX_TOKEN }}'
extraPullNames: nix-community
- name: Configure SSH key
run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key

View File

@ -34,7 +34,7 @@
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 = { };
};
};
services.openiscsi = {
enable = false;
name = "iqn.2020-03.net.jafner:${hostConf.name}-initiatorhost";