fixup! cluster/services/incandescence: init

This commit is contained in:
Max Headroom 2024-08-10 00:08:10 +02:00
parent a4f4a7edf4
commit 4981b0789a
2 changed files with 5 additions and 2 deletions

View file

@ -16,6 +16,10 @@ in
type = listOf str;
};
partOf = mkOption {
type = listOf str;
};
wants = mkOption {
type = listOf str;
default = [ ];

View file

@ -117,8 +117,7 @@ in
name = "incandescence-${provider}";
value = {
description = "An Incandescence | ${provider}";
inherit (providerConfig) wantedBy;
partOf = providerConfig.wantedBy;
inherit (providerConfig) wantedBy partOf;
};
}) cfg.providers;