nixos/systemd-shutdown: Remove unneeded binaries
This commit is contained in:
parent
e5995b2235
commit
bc53ac7753
@ -44,7 +44,7 @@ in {
|
||||
];
|
||||
};
|
||||
|
||||
path = [pkgs.util-linux pkgs.makeInitrdNGTool pkgs.glibc pkgs.patchelf];
|
||||
path = [pkgs.util-linux pkgs.makeInitrdNGTool];
|
||||
serviceConfig.Type = "oneshot";
|
||||
script = ''
|
||||
mkdir -p /run/initramfs
|
||||
|
Loading…
Reference in New Issue
Block a user