This commit is contained in:
mjallen18
2025-09-06 10:28:07 -05:00
parent 6b44792e06
commit 30fb21e062
5 changed files with 107 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ in
enableSwap = mkBoolOpt false "Enable swap";
enableLuks = mkBoolOpt false "Enable Luks";
swapSize = mkOpt types.str "16G" "size of swap part";
};
}