chore: make 64gb swap file for imilia

This commit is contained in:
Ahwx 2025-10-29 20:31:28 +01:00
parent 8715aa8de1
commit 1d7909ff7d

View file

@ -19,11 +19,17 @@
environment = {
systemPackages = with pkgs; [
fwupd
fw-ectool
];
etc.hosts.mode = "0700";
};
swapDevices = [
{
device = "/swapfile";
size = 64 * 1024;
}
];
liv = {
laptop.enable = true;
desktop.enable = false;