modules/cluster/customization/options: remove unused deployment.storage

This commit is contained in:
Astro 2023-01-20 18:21:37 +01:00
parent c19aa22b4c
commit ea8bf43313
2 changed files with 0 additions and 8 deletions

View File

@ -3,7 +3,6 @@
{
deployment = {
persistedShares = [ "/etc" "/home" "/var" ];
storage = "big";
mem = 2048;
};

View File

@ -35,13 +35,6 @@
type = with types; listOf str;
default = [ "/etc" "/home" "/var" ];
};
storage = mkOption {
type = types.enum [ "fast" "big" ];
default = "fast";
description = ''
Unused for now
'';
};
extraShares = mkOption {
type = with types; listOf (submodule {
options = {