hosts/sarien: add swap

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-29 11:14:02 +03:00
parent 8baae93c61
commit 0427065ca4
2 changed files with 20 additions and 0 deletions
+6
View File
@@ -61,6 +61,12 @@
"noatime"
];
};
"@swap" = {
mountpoint = "/swap";
mountOptions = [
"noatime"
];
};
};
};
};