Consolidate into variables

This commit is contained in:
2025-11-29 23:20:29 +01:00
parent 31bf80e451
commit ecbe87af9b
11 changed files with 52 additions and 45 deletions

View File

@@ -1,4 +1,9 @@
{ inputs, pkgs, ... }:
{
inputs,
pkgs,
config,
...
}:
{
services.caddy = {
enable = true;
@@ -10,7 +15,8 @@
root * ${inputs.zentire-website.packages.${pkgs.stdenv.hostPlatform.system}.default}
file_server
'';
email = "mail@jelles.net";
email = config.var.email;
};
networking.firewall = {