change default swap size settings

This commit is contained in:
2025-12-04 11:41:07 -05:00
parent 7bd10019c5
commit 6cf00ccf6f
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ let
swap = {
name = "swap";
label = "swap";
size = "34G";
size = lib.mkDefault "34G";
content = { type = "swap"; };
};