Add colmena apply stage

This commit is contained in:
fi 2023-07-13 20:56:30 +02:00
parent 62240918ee
commit 5431b79cd3
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
5 changed files with 29 additions and 7 deletions

View file

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