Skip to content

Commit

Permalink
usbguard service: rules option should be of type 'lines'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored and globin committed Dec 29, 2017
1 parent 341d181 commit 95fde40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/security/usbguard.nix
Expand Up @@ -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:*:* }
Expand Down

0 comments on commit 95fde40

Please sign in to comment.