Merge pull request #257621 from herrwiese/for-master/usbguard-path-to-string

This commit is contained in:
Janik 2023-09-27 14:21:57 +02:00 committed by GitHub
commit 65e9f3c071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,8 +51,8 @@ in
ruleFile = mkOption {
type = types.nullOr types.path;
default = /var/lib/usbguard/rules.conf;
example = /run/secrets/usbguard-rules;
default = "/var/lib/usbguard/rules.conf";
example = "/run/secrets/usbguard-rules";
description = lib.mdDoc ''
This tells the USBGuard daemon which file to load as policy rule set.