This commit is contained in:
nora 2024-08-02 18:12:12 +02:00
parent a7aea77480
commit 51b9fc4d1b
13 changed files with 77 additions and 46 deletions

View file

@ -134,13 +134,14 @@
'';
};
vps1 = { name, nodes, modulesPath, config, ... }: {
vps1 = { name, nodes, modulesPath, config, lib, ... }: {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
./modules/contabo
./modules/wg-mesh
./modules/ingress
./modules/widetom
./apps/widetom
./apps/hugo-chat
];
age.secrets.docker_registry_password.file = ./secrets/docker_registry_password.age;