feat(nfc): add enable option, inline proxmark3
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user