1
0
Fork 0

Shura: disable fingerprint reader due to build error

This commit is contained in:
Aires 2024-07-08 17:39:28 -04:00
parent 00c9238ac2
commit 1fd246d3a9
2 changed files with 7 additions and 5 deletions

View file

@ -233,11 +233,10 @@
"nix-secrets": {
"flake": false,
"locked": {
"lastModified": 1720444858,
"narHash": "sha256-FsWK2QREeZdBGLBjsqDrIMlobG+ft+6TpJRNCV8Z0XE=",
"ref": "refs/heads/main",
"rev": "745757a6b5137a5bf7b955ea8b7763e8dff3ac07",
"revCount": 48,
"dirtyRev": "79ea867fdcf29e8c5180063621717572fedc842b-dirty",
"dirtyShortRev": "79ea867-dirty",
"lastModified": 1720472015,
"narHash": "sha256-51jV5ZHEvvnPJ0TVaAo5XAWOvReJa5ZNvnSY5qr02ps=",
"type": "git",
"url": "file:./nix-secrets"
},

View file

@ -33,6 +33,9 @@ in
system.stateVersion = stateVersion;
networking.hostName = hostName;
# FIXME: disabling fingerprints due to fprintd-tod build error
services.fprintd.enable = lib.mkForce false;
aux.system = {
apps = {
development.enable = true;