move hostname to common because services aren't in darwin

This commit is contained in:
Noah Masur
2024-09-25 16:57:44 -04:00
parent a7adc18463
commit 51bee71faf
2 changed files with 4 additions and 7 deletions

View File

@ -137,6 +137,10 @@
type = lib.types.str;
description = "Hostname for push notification services (ntfy).";
};
status = lib.mkOption {
type = lib.types.str;
description = "Hostname for status page (Uptime-Kuma).";
};
transmission = lib.mkOption {
type = lib.types.str;
description = "Hostname for peer2peer downloads (Transmission).";