fixup! cluster/services/incandescence: init
This commit is contained in:
parent
a4f4a7edf4
commit
4981b0789a
2 changed files with 5 additions and 2 deletions
|
@ -16,6 +16,10 @@ in
|
|||
type = listOf str;
|
||||
};
|
||||
|
||||
partOf = mkOption {
|
||||
type = listOf str;
|
||||
};
|
||||
|
||||
wants = mkOption {
|
||||
type = listOf str;
|
||||
default = [ ];
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue