feat(nfc): add enable option, inline proxmark3

This commit is contained in:
2026-05-22 09:50:14 +02:00
parent 3dbd301925
commit bf248d495b
4 changed files with 21 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ let
in
{
options.nfc = {
enable = lib.mkEnableOption "NFC device access";
enable = lib.mkEnableOption "NFC";
};
config = lib.mkIf cfg.enable {
users.users.${username}.extraGroups = [ "dialout" ];