spin off all.nix

This commit is contained in:
Sean Kovacs 2025-11-05 13:40:27 -05:00
commit bd70f7b95a
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 41 additions and 66 deletions

View file

@ -13,5 +13,10 @@
extractPeripheralFirmware = true;
peripheralFirmwareDirectory = ../firmware;
};
swapDevices = [{
device = "/swapfile";
size = 32000; # 32GB
}];
}