File with parameters. Hosts, domains, more in the future

This commit is contained in:
= 2025-02-04 21:23:58 +01:00
parent 8926e6e565
commit 490b30f436
5 changed files with 47 additions and 42 deletions

View file

@ -5,6 +5,9 @@
imports,
...
}:
let
p = import ../parameters.nix;
in
{
age.secrets.authentik-env.file = ../../secrets/authentik-env.age;
@ -26,7 +29,7 @@
use_ssl = false;
from = "auth@pazpi.top";
};
proxy.domain = "tegola.pro";
proxy.domain = p.domains.public;
};
virtualisation.proxmox.enable = true;
};