We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 472dc8f + ad555ab commit 58ad969Copy full SHA for 58ad969
modules/nixos/fingerprint/default.nix
@@ -39,6 +39,7 @@ in
39
isSupported (config.facter.report.hardware.unknown or [ ])
40
|| isSupported (config.facter.report.hardware.fingerprint or [ ])
41
|| isSupported (config.facter.report.hardware.usb or [ ]);
42
+ defaultText = "hardware dependent";
43
};
44
45
config.services.fprintd.enable = lib.mkIf config.facter.detected.fingerprint.enable (
0 commit comments