let deployment.persistedShares default to [] for / on rbd

This commit is contained in:
Astro 2023-05-19 21:32:20 +02:00
parent df7efadfc2
commit 399fb47d7e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
type = types.int;
};
persistedShares = mkOption {
default = [ "/etc" "/home" "/var" ];
default = [];
type = with types; listOf str;
};
extraShares = mkOption {