Remove colmenta default option, not applied to host

Usefull only for colmena deployment
This commit is contained in:
pazpi 2024-08-30 07:54:43 +02:00
parent 4b452b486d
commit 3236fb34de

View file

@ -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"