Add colmena apply stage
This commit is contained in:
parent
62240918ee
commit
5431b79cd3
5 changed files with 29 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
nitter = { name, nodes, pkgs, ... }: {
|
||||
deployment = {
|
||||
targetHost = "nixos-nitter.vs.grzb.de";
|
||||
targetUser = "yuri";
|
||||
targetUser = "colmena-deploy";
|
||||
};
|
||||
imports = [
|
||||
./configuration/common
|
||||
|
@ -26,7 +26,7 @@
|
|||
coturn = { name, nodes, pkgs, ... }: {
|
||||
deployment = {
|
||||
targetHost = "nixos-coturn.vs.grzb.de";
|
||||
targetUser = "yuri";
|
||||
targetUser = "colmena-deploy";
|
||||
};
|
||||
imports = [
|
||||
./configuration/common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue