usbguard service: `rules` option should be of type 'lines'
This commit is contained in:
parent
341d181eab
commit
95fde40b71
|
@ -56,7 +56,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
rules = mkOption {
|
rules = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.lines;
|
||||||
default = null;
|
default = null;
|
||||||
example = ''
|
example = ''
|
||||||
allow with-interface equals { 08:*:* }
|
allow with-interface equals { 08:*:* }
|
||||||
|
|
Loading…
Reference in New Issue