modules/rpi-netboot: remove nonfunctional xdg-desktop-portal hack

This commit is contained in:
Astro 2024-01-09 21:26:13 +01:00
parent c89d894f51
commit 943deed7d1
1 changed files with 0 additions and 7 deletions

View File

@ -46,13 +46,6 @@
raspberrypi-eeprom
];
nixpkgs.overlays = [ (self: super: {
# HACK: broken tests for aarch64
xdg-desktop-portal = super.xdg-desktop-portal.overrideAttrs {
doCheck = false;
};
}) ];
services.journald.extraConfig = ''
Storage=volatile
'';