use regular paths for profiles and suites and stuff instead of the horrible mess of attrsets i was generating

This commit is contained in:
xunuwu 2025-05-10 08:20:39 +02:00
parent 530f517d22
commit b9d92a9dc4
10 changed files with 181 additions and 200 deletions

View file

@ -3,7 +3,7 @@
vars,
...
}: let
inherit (vars.common) domain;
inherit (vars) domain;
in {
security.acme = {
acceptTerms = true;

View file

@ -4,7 +4,7 @@
inputs,
...
}: let
inherit (vars.common) domain;
inherit (vars) domain;
caddyPort = 8336;
bridge = config.vpnNamespaces."wg".bridgeAddress;
in {

View file

@ -3,7 +3,7 @@
vars,
...
}: let
inherit (vars.common) domain;
inherit (vars) domain;
bridge = config.vpnNamespaces."wg".bridgeAddress;
in {
services.homepage-dashboard = {