krops: add glotzbert

This commit is contained in:
Astro 2020-06-19 19:33:07 +02:00
parent a376aaad01
commit 48c5920708
1 changed files with 7 additions and 0 deletions

View File

@ -32,4 +32,11 @@ in {
ledstripes = deployContainer "ledstripes" "172.22.99.168";
freifunk = deployContainer "freifunk" "172.20.72.40";
kibana = deployContainer "kibana" "172.20.73.44";
glotzbert = pkgs.krops.writeDeploy "glotzbert" {
source = hostSource "glotzbert";
target = lib.mkTarget "k-ot@glotzbert.hq.c3d2.de" // {
sudo = true;
};
};
}