Rename baseDomain to domain
All checks were successful
/ check (push) Successful in 1m15s

This commit is contained in:
Oliver Davies 2025-05-03 01:13:51 +01:00
parent f70d9c51e3
commit 92ded26806
12 changed files with 20 additions and 20 deletions

View file

@ -17,7 +17,7 @@ in
enable = mkEnableOption "Enable ${service}";
url = mkOption {
default = "${service}.${homelab.baseDomain}";
default = "${service}.${homelab.domain}";
type = types.str;
};