refactor: further progress

This commit is contained in:
2026-04-25 00:19:20 +02:00
parent 55fbe82a42
commit 0500aab3cb
31 changed files with 680 additions and 398 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ config, ... }:
let
metaRepo = config.meta.lib.repo;
repo = config.repo;
in
{
flake.modules.nixos.caddy = {
services.caddy = {
enable = true;
email = metaRepo.contact.email;
email = repo.contact.email;
openFirewall = true;
};
};