Run fingerprint service and fwupd

This commit is contained in:
Greg Hellings
2025-05-13 09:31:29 -05:00
parent a45d3322a0
commit 10a8fd5311
+5 -1
View File
@@ -44,7 +44,11 @@
}; };
services = { services = {
fwupd.enable = true; fprintd.enable = true;
fwupd = {
enable = true;
extraRemotes = [ "lvfs-testing" ];
};
}; };
virtualisation = { virtualisation = {