Enable swap

This commit is contained in:
Dave Gallant
2025-01-15 18:38:10 -05:00
parent 267bb104c7
commit d7341c0605
2 changed files with 18 additions and 13 deletions

View File

@@ -156,7 +156,12 @@ in
};
};
swapDevices = [ { device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090"; } ];
swapDevices = [
{
device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090";
size = 16 * 1024;
}
];
nixpkgs = {
hostPlatform = "x86_64-linux";