meta/domain: Rename list options

This commit is contained in:
SebastianStork 2025-11-11 13:12:32 +01:00
parent 1860dcd338
commit 250e2ea3d0
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
21 changed files with 25 additions and 25 deletions

View file

@ -19,7 +19,7 @@ in
};
config = lib.mkIf cfg.enable {
meta.domains.list = [ cfg.domain ];
meta.domains.local = [ cfg.domain ];
systemd.services.generate-blog = {
serviceConfig.Type = "oneshot";