fix: resolve proxmark firmware flashing issues

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent 7155c9d126
commit 554accb4aa
3 changed files with 19 additions and 1 deletions
+2
View File
@@ -40,6 +40,7 @@ in
(import ../../modules/secrets { inherit lib inputs config; })
../../modules/docker
../../modules/syncthing
../../modules/nfc
];
home-manager.users.${username} = import ../../home/hosts/astyanax {
@@ -58,6 +59,7 @@ in
secrets.username = username;
docker.user = username;
nfc.user = username;
nix.settings.secret-key-files = [ config.sops.secrets.nix_signing_key_astyanax.path ];