modules/cluster/deployment-options: revive option deployment.networks

This commit is contained in:
Astro 2022-11-07 21:15:37 +01:00
parent f3291cb2e3
commit 2c07006ef0
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
type = types.int;
default = 512;
};
# networks = mkOption {
# type = with types; listOf str;
# default = [ "serv" ];
# };
networks = mkOption {
type = with types; listOf str;
default = [ "serv" ];
};
persistedShares = mkOption {
type = with types; listOf str;
default = [ "/etc" "/home" "/var" ];