usbguard service: rules option should be of type 'lines'

This commit is contained in:
Nadrieril 2017-12-27 16:12:16 +01:00 committed by Robin Gloster
parent 341d181eab
commit 95fde40b71

View file

@ -56,7 +56,7 @@ in {
};
rules = mkOption {
type = types.nullOr types.str;
type = types.nullOr types.lines;
default = null;
example = ''
allow with-interface equals { 08:*:* }