Compare commits
2 Commits
845dd73882
...
d73d6928c7
Author | SHA1 | Date | |
---|---|---|---|
|
d73d6928c7 | ||
|
c717e3b680 |
@ -21,6 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }}
|
||||||
nix_path: nixpkgs=channel:nixos-24.05
|
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
|
- name: Configure SSH key
|
||||||
run: |
|
run: |
|
||||||
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
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");
|
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
|
# We are going to manage k8s resources separately from the infrastructure config
|
||||||
manifests = { };
|
manifests = { };
|
||||||
};
|
};
|
||||||
services.openiscsi = {
|
services.openiscsi = {
|
||||||
enable = false;
|
enable = false;
|
||||||
name = "iqn.2020-03.net.jafner:${hostConf.name}-initiatorhost";
|
name = "iqn.2020-03.net.jafner:${hostConf.name}-initiatorhost";
|
||||||
|
Loading…
Reference in New Issue
Block a user