options: add deployment.rootSize

This commit is contained in:
Astro 2023-05-19 19:17:18 +02:00
parent a683170345
commit df7efadfc2
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
);
type = with types; listOf str;
};
rootSize = mkOption {
# 2 GB
default = 2048;
type = types.int;
};
persistedShares = mkOption {
default = [ "/etc" "/home" "/var" ];
type = with types; listOf str;