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

@ -6,7 +6,7 @@ with lib;
options.features.homelab = {
enable = mkEnableOption "Enable homelab services and configuration";
baseDomain = mkOption {
domain = mkOption {
description = "The base domain to use for this homelab.";
type = types.str;
};