Add mkif around intray patch
This commit is contained in:
parent
ffaa454220
commit
37a3bd0e87
|
@ -18,7 +18,7 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit (m) options;
|
inherit (m) options;
|
||||||
config.systemd = m.config.systemd;
|
config.systemd = lib.mkIf config.services.intray.production.enable m.config.systemd;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue