feat(deertopia): Foundational Authelia setup

By 'foundational,' I mean that a demo is working correctly.  Work will
continue in a follow-up commit integrating existing services with LDAP
and Authelia. ♥
This commit is contained in:
Madeleine Sydney
2025-02-21 13:51:05 -07:00
parent 6f3a6960e1
commit 01d8e5986c
8 changed files with 306 additions and 42 deletions

View File

@@ -38,7 +38,7 @@ in
};
directory = lib.mkOption {
description = "Host's root directory.";
type = lib.types.str;
type = lib.types.nullOr lib.types.path;
default = "${cfg.root}/${name}";
};
user = lib.mkOption {