nixos/systemd: Allow unit options to have multiple equal defs (#73024)
E.g. this allows
systemd.services.<name?>.serviceConfig.DynamicUser =
mkMerge [ true true ];
This commit is contained in:
committed by
zimbatm
parent
0132b040fc
commit
9fe4e06812
@@ -24,7 +24,7 @@ in rec {
|
|||||||
in
|
in
|
||||||
if isList (head defs'')
|
if isList (head defs'')
|
||||||
then concatLists defs''
|
then concatLists defs''
|
||||||
else mergeOneOption loc defs';
|
else mergeEqualOption loc defs';
|
||||||
};
|
};
|
||||||
|
|
||||||
sharedOptions = {
|
sharedOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user