mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
hugo
This commit is contained in:
parent
a7aea77480
commit
51b9fc4d1b
13 changed files with 77 additions and 46 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue