patos/pkgs/systemd.nix
Daniel Lundin 65ff357dc1
Some checks are pending
ci/woodpecker/pr/ci Pipeline is pending
feat(systemd): enable systemd-sysupdated
2025-02-11 13:39:49 +01:00

9 lines
190 B
Nix

{ prev, ... }:
prev.systemd.override {
withAcl = false;
withApparmor = false;
withDocumentation = false;
withRemote = false;
withShellCompletions = false;
withVmspawn = false;
}