WIP: thor: remove swap

This commit is contained in:
Filippo Berto 2025-01-18 10:46:31 +01:00
parent 08b41ab59e
commit 2cfc4850f1
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -62,11 +62,11 @@
};
};
swapDevices = [
{ device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; }
{
device = "/swapfile";
size = 1024 * 32;
}
];
# swapDevices = [
# { device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; }
# {
# device = "/swapfile";
# size = 1024 * 32;
# }
# ];
}