Enable systemd-sysext
This commit is contained in:
parent
a84b34a441
commit
3d7778f5cf
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ in
|
|||
{
|
||||
environment.etc."systemd/import-pubring.gpg".source = "${gpgKeyring}/import-pubring.gpg";
|
||||
|
||||
systemd.additionalUpstreamSystemUnits = [
|
||||
"systemd-sysext.service"
|
||||
];
|
||||
|
||||
systemd.services."systemd-sysext.service".enable = true;
|
||||
|
||||
systemd.sysupdate = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue