chore: remove systemd patch since it's included in overlay

This commit is contained in:
Youwen Wu 2024-11-13 14:18:45 -08:00
parent ea06a98586
commit 5e215769dd
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -14,17 +14,6 @@
# ./apple-silicon-support # ./apple-silicon-support
]; ];
systemd.package = pkgs.systemd.overrideAttrs (
finalAttrs: prevAttrs: {
patches = (prevAttrs.patches or [ ]) ++ [
(pkgs.fetchpatch {
url = "https://gist.githubusercontent.com/andre4ik3/41c71a56e6d5657f7e2b4110d6f83430/raw/c7ef5842959a68d352a9018c6630019419b08b9e/0001-Revert-boot-Make-initrd_prepare-semantically-equival.patch";
hash = "sha256-WvO8wopQVBBV4unCRW406injEY7P8JSnoBRxHACyG08=";
})
];
}
);
boot = { boot = {
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = false; loader.efi.canTouchEfiVariables = false;