<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=AusweisApp</id>
	<title>AusweisApp - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=AusweisApp"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=AusweisApp&amp;action=history"/>
	<updated>2026-05-10T05:51:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=AusweisApp&amp;diff=30183&amp;oldid=prev</id>
		<title>Nobodyinperson: Add AusweisApp config examples for using a smartphone or a ReinerSCT USB card reader</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=AusweisApp&amp;diff=30183&amp;oldid=prev"/>
		<updated>2026-03-03T10:10:27Z</updated>

		<summary type="html">&lt;p&gt;Add AusweisApp config examples for using a smartphone or a ReinerSCT USB card reader&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To authenticate online with the German [https://www.bmi.bund.de/DE/themen/moderne-verwaltung/ausweise-und-paesse/personalausweis/personalausweis-node.html Personalausweis], the [https://www.ausweisapp.bund.de/ausweisapp-nutzen AusweisApp] desktop app can be used. To interface with the Personalausweis (scanning&amp;amp;entering PIN), one can either use the [https://f-droid.org/de/packages/com.governikus.ausweisapp2/ mobile AusweisApp], which communicates via same WiFi network with the desktop app, or a [https://www.ausweisapp.bund.de/usb-kartenleser dedicated USB device].&lt;br /&gt;
&lt;br /&gt;
=== Using a Smartphone ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;quot;&amp;gt;&lt;br /&gt;
{ pkgs, lib, ... }: {&lt;br /&gt;
  # add AusweisApp desktop app&lt;br /&gt;
  programs.ausweisapp.enable = true;&lt;br /&gt;
  # open firewall for communication with smartphone app&lt;br /&gt;
  programs.ausweisapp.openFirewall = true;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using a USB Card Reader ===&lt;br /&gt;
&lt;br /&gt;
The following config can be used to work with a [https://www.reiner-sct.com/produkt/cyberjack-rfid-standard/ ReinerSCT cyberJack RFID standard ]. If you have another one, search if there is a [https://search.nixos.org/packages?&amp;amp;query=pcsc- driver in nixpkgs] and add it to &amp;lt;code&amp;gt;services.pcscd.plugins&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;quot;&amp;gt;&lt;br /&gt;
{ pkgs, lib, ... }: {&lt;br /&gt;
  # add AusweisApp desktop app&lt;br /&gt;
  programs.ausweisapp.enable = true;&lt;br /&gt;
  # enable smart card daemon with needed plugin&lt;br /&gt;
  services.pcscd.enable = true;&lt;br /&gt;
  services.pcscd.plugins = with pkgs; [ pcsc-cyberjack ];&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobodyinperson</name></author>
	</entry>
</feed>