From 5e215769dd9fc94bef894a430e1ff6a7236bf45d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 13 Nov 2024 14:18:45 -0800 Subject: [PATCH] chore: remove systemd patch since it's included in overlay --- hosts/callisto/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index 2161e9f..eba6a13 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -14,17 +14,6 @@ # ./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 = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = false;