mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-17 01:55:10 +01:00
new VPS
This commit is contained in:
parent
9c55432be1
commit
8c6441a941
4 changed files with 22 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue