Try to trick nix again
This commit is contained in:
parent
37a3bd0e87
commit
462f2c4cd0
|
@ -18,7 +18,7 @@ in
|
|||
in
|
||||
{
|
||||
inherit (m) options;
|
||||
config.systemd = lib.mkIf config.services.intray.production.enable m.config.systemd;
|
||||
config = lib.mkIf config.services.intray.production.enable { systemd = m.config.systemd; };
|
||||
})
|
||||
];
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue