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

@ -24,6 +24,12 @@
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4";
};
swapDevices = [
{
device = "/swap0";
size = 4096;
}
];
networking.useNetworkd = true;
systemd.network = {