krops.nix: remove glotzbert, pulsebert

they're now flakified
This commit is contained in:
Astro 2021-02-25 22:53:04 +01:00
parent f24e6d6700
commit bf74133ea7
1 changed files with 0 additions and 9 deletions

View File

@ -26,13 +26,4 @@ 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" "nixos-20.09";
target = lib.mkTarget "k-ot@glotzbert.hq.c3d2.de" // { sudo = true; };
};
pulsebert = pkgs.krops.writeDeploy "pulsebert" {
source = hostSource "pulsebert" "nixos-20.09";
target = lib.mkTarget "k-ot@pulsebert.hq.c3d2.de" // { sudo = true; };
};
}