#18 Create nix shell from flake, trigger workflow
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 1m59s
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 1m59s
This commit is contained in:
parent
1f02be1fd5
commit
e510e6ddb6
@ -35,7 +35,7 @@ jobs:
|
|||||||
chmod 600 /tmp/key
|
chmod 600 /tmp/key
|
||||||
- name: Derive host IPs
|
- name: Derive host IPs
|
||||||
run: |
|
run: |
|
||||||
nix-shell -p nixfmt-rfc-style
|
nix shell nixpkgs#nixfmt-rfc-style
|
||||||
nix-instantiate --parse flake.nix |\
|
nix-instantiate --parse flake.nix |\
|
||||||
nixfmt |\
|
nixfmt |\
|
||||||
grep 'hostname =' |\
|
grep 'hostname =' |\
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
clusterInit = (hostConf.name == "bard");
|
clusterInit = (hostConf.name == "bard");
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user