fix(desktop): remove rtkit patches, as upstream changed to fdo.org/pipewire/rtkit

This commit is contained in:
Antoine Viallon 2026-01-22 00:25:16 +01:00
parent d545c6f4f3
commit 13b955a4d4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -188,20 +188,6 @@ in {
#services.pcscd.enable = mkDefault true;
networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ];
nixpkgs.overlays = [(final: prev: {
# Patch rtkit to enable graceful systemd suspend support
rtkit = myLib.optimizations.addAttrs prev.rtkit {
patches = [
(final.fetchpatch {
name = "add-graceful-system-suspend-support.patch";
url = "https://patch-diff.githubusercontent.com/raw/heftig/rtkit/pull/35.patch";
hash = "sha256-NRVNSa7fzgEDn6ic/Vb36VCj2kv9AC6+Dm2uYNgbEZw=";
})
];
};
})];
})
]);
}