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