modules/rpi-netboot: add hack

This commit is contained in:
Astro 2024-01-04 23:31:34 +01:00
parent 33a6c48f49
commit 09aeddf7cf
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@
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
'';