hosts/morphius: some changes

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-27 22:16:49 +03:00
parent 7139cfb640
commit f0ecc5bdb9
3 changed files with 21 additions and 13 deletions

View File

@ -61,6 +61,12 @@
"noatime"
];
};
"@swap" = {
mountpoint = "/swap";
mountOptions = [
"noatime"
];
};
};
};
};