Compare commits
2 Commits
845dd73882
...
d73d6928c7
Author | SHA1 | Date | |
---|---|---|---|
|
d73d6928c7 | ||
|
c717e3b680 |
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user