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;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
imports = [ ./modules ];
|
||||
deployment.targetUser = "pazpi";
|
||||
};
|
||||
|
||||
arr.deployment = {
|
||||
targetHost = "192.168.1.189";
|
||||
targetUser = lib.mkForce "root";
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
|
|
@ -85,7 +79,6 @@
|
|||
|
||||
metrics.deployment = {
|
||||
targetHost = "192.168.1.152";
|
||||
targetUser = lib.mkForce "root";
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue