forked from DGNum/liminix
set default for firewall extraRules
This commit is contained in:
parent
ac54c89427
commit
782feaeafa
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ in
|
|||
extraRules = mkOption {
|
||||
type = types.attrsOf types.attrs;
|
||||
description = "firewall ruleset";
|
||||
default = {};
|
||||
};
|
||||
rules = mkOption {
|
||||
type = types.attrsOf types.attrs; # we could usefully tighten this a bit :-)
|
||||
|
|
Loading…
Reference in a new issue