fix: Disko | swap size must be a string

This commit is contained in:
Shahab Dogar
2025-02-16 20:37:03 +05:00
parent f335ca5c52
commit 234e52f051

View File

@@ -30,7 +30,7 @@
_module.args = {
device = "/dev/nvme0n1";
withSwap = true;
swapSize = 64;
swapSize = "64";
label = "nixos";
};
}