Add elara swap

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-06 09:44:40 +02:00
parent 652040d7d8
commit 504a8cb06a

View File

@@ -26,6 +26,14 @@
mountOptions = [ "umask=0077" ];
};
};
swap = {
name = "swap";
size = "32G";
content = {
type = "swap";
resumeDevice = true;
};
};
root = {
name = "root";
size = "100%";