colmena: Handle tags
This commit is contained in:
parent
9f47a3d8d5
commit
8e957df7f0
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@
|
|||
deployment = {
|
||||
targetHost = machines.${machine}.deploy.host;
|
||||
targetUser = "root"; # machines.${machine}.deploy.sshUser;
|
||||
# targetUser = machines.${machine}.deploy.sshUser;
|
||||
tags = machines.${machine}.deploy.tags or [ ];
|
||||
};
|
||||
imports = self.lib.systemModules (machines.${machine}.system or "x86_64-linux") machines.${machine}.config;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue