This commit is contained in:
2026-01-02 19:10:30 +00:00
parent f149643ebc
commit 9f96b6dd71
2 changed files with 25 additions and 18 deletions

View File

@@ -54,5 +54,12 @@
virtualisation.docker.enable = true;
swapDevices = [
{
device = "/swapfile";
size = 16 * 1024; # 16GB
}
];
networking.hostName = hostname;
}