Compare commits
2 Commits
d73d6928c7
...
6de9876adc
Author | SHA1 | Date | |
---|---|---|---|
|
6de9876adc | ||
|
24f948e56f |
@ -48,4 +48,4 @@ jobs:
|
||||
done
|
||||
- name: Run deploy-rs from flake
|
||||
run: |
|
||||
nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --dry-activate
|
||||
nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --ssh-opts '-i /tmp/key' --dry-activate
|
@ -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