nixos/usbguard: clean up package option description (#429073)

This commit is contained in:
Aleksana 2025-08-03 22:30:26 +08:00 committed by GitHub
commit 057d9082fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,11 +50,7 @@ in
services.usbguard = {
enable = lib.mkEnableOption "USBGuard daemon";
package = lib.mkPackageOption pkgs "usbguard" {
extraDescription = ''
If you do not need the Qt GUI, use `pkgs.usbguard-nox` to save disk space.
'';
};
package = lib.mkPackageOption pkgs "usbguard" { };
ruleFile = lib.mkOption {
type = lib.types.nullOr lib.types.path;