Added Disko setup

This commit is contained in:
2026-06-27 10:00:19 +02:00
parent 60d9a97ae8
commit e2e63fbcab
4 changed files with 77 additions and 4 deletions
@@ -52,10 +52,7 @@
};
swapDevices = [
{
device = "/persist/swapfile";
size = 4096;
}
{ device = "/dev/disk/by-label/NIXSWAP"; }
];
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;