patos/pkgs/systemd.nix
Daniel Lundin a1763b981c
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
WIP: next step on image build
2024-11-14 17:15:04 +01:00

10 lines
191 B
Nix

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