radiobert: update nixos-23.05 option

This commit is contained in:
Astro 2023-06-12 22:47:40 +02:00
parent 32257815dd
commit cf135d9e47
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
# No ZFS on latest kernel:
supportedFilesystems = lib.mkForce [ "vfat" "ext4" ];
tmpOnTmpfs = true;
tmp.useTmpfs = true;
extraModulePackages = [ ];
initrd = {
availableKernelModules = [ "usbhid" ];