fix: Disko | swap size must be a string
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
_module.args = {
|
_module.args = {
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
withSwap = true;
|
withSwap = true;
|
||||||
swapSize = 64;
|
swapSize = "64";
|
||||||
label = "nixos";
|
label = "nixos";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user