File with parameters. Hosts, domains, more in the future
This commit is contained in:
parent
8926e6e565
commit
490b30f436
5 changed files with 47 additions and 42 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue