Remove colmenta default option, not applied to host
Usefull only for colmena deployment
This commit is contained in:
parent
4b452b486d
commit
3236fb34de
1 changed files with 0 additions and 7 deletions
|
|
@ -69,14 +69,8 @@
|
||||||
nodeSpecialArgs = builtins.mapAttrs (_: v: v._module.specialArgs) self.nixosConfigurations;
|
nodeSpecialArgs = builtins.mapAttrs (_: v: v._module.specialArgs) self.nixosConfigurations;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = {
|
|
||||||
imports = [ ./modules ];
|
|
||||||
deployment.targetUser = "pazpi";
|
|
||||||
};
|
|
||||||
|
|
||||||
arr.deployment = {
|
arr.deployment = {
|
||||||
targetHost = "192.168.1.189";
|
targetHost = "192.168.1.189";
|
||||||
targetUser = lib.mkForce "root";
|
|
||||||
tags = [
|
tags = [
|
||||||
"lxc"
|
"lxc"
|
||||||
"bacco"
|
"bacco"
|
||||||
|
|
@ -85,7 +79,6 @@
|
||||||
|
|
||||||
metrics.deployment = {
|
metrics.deployment = {
|
||||||
targetHost = "192.168.1.152";
|
targetHost = "192.168.1.152";
|
||||||
targetUser = lib.mkForce "root";
|
|
||||||
tags = [
|
tags = [
|
||||||
"lxc"
|
"lxc"
|
||||||
"bacco"
|
"bacco"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue