diff --git a/modules/cluster/deployment-options.nix b/modules/cluster/deployment-options.nix index d129386d..cea6881c 100644 --- a/modules/cluster/deployment-options.nix +++ b/modules/cluster/deployment-options.nix @@ -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" ];