chore: swap files for the underpowered

This commit is contained in:
arcnmx 2024-09-08 18:15:45 -07:00
parent 35ca2c7280
commit 77c7970265
2 changed files with 12 additions and 0 deletions

View file

@ -63,6 +63,12 @@
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
swapDevices = [
{
device = "/swap0";
size = 4096;
}
];
networking.useNetworkd = true;
systemd.network = {