added swap for ender-ml

This commit is contained in:
2026-02-09 14:30:25 -08:00
parent 0fd00fc8cc
commit 19b6fd2e7d

View File

@@ -18,7 +18,10 @@
fsType = "ext4";
};
swapDevices = [ ];
swapDevices = [ {
device = "/var/lib/swapfile";
size = 4*1024;
} ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}