Unverified Commit 65e9f3c0 authored by Janik's avatar Janik Committed by GitHub
Browse files

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

parents 962321fc 1e8b8e6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.