usbguard service: rules option should be of type 'lines'
This commit is contained in:
@@ -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:*:* }
|
||||||
|
|||||||
Reference in New Issue
Block a user