feat(systemd): enabled sysupdated

This commit is contained in:
Lars Sjöström 2025-02-10 10:49:11 +01:00
parent da048fc28d
commit 4702e0dddb
No known key found for this signature in database
4 changed files with 76 additions and 85 deletions

View file

@ -1,10 +0,0 @@
{ prev, ... }:
prev.systemd.override {
withAcl = false;
withApparmor = false;
withDocumentation = false;
withRemote = false;
withShellCompletions = false;
withVmspawn = false;
}