This commit is contained in:
nora 2024-07-28 12:46:10 +02:00
parent 9c55432be1
commit 8c6441a941
4 changed files with 22 additions and 6 deletions

View file

@ -123,6 +123,18 @@
age.secrets.docker_registry_password.file = ./secrets/docker_registry_password.age;
networking.hostName = name;
deployment.tags = [ "ingress" "eu" "apps" ];
system.stateVersion = "23.11";
};
vps3 = { name, nodes, modulesPath, ... }: {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
./modules/contabo
./modules/ingress
./modules/minio
];
networking.hostName = name;
deployment.tags = [ "ingress" "eu" "apps" ];
system.stateVersion = "23.11";