From 3cc888b2a3d3f51decbda0cfaef65355e2c52dbf Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 30 Aug 2026 18:16:13 +0200 Subject: [PATCH] aspi: add ausweisapp --- hosts/aspi/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/aspi/default.nix b/hosts/aspi/default.nix index 5a64010..128a9e3 100644 --- a/hosts/aspi/default.nix +++ b/hosts/aspi/default.nix @@ -32,6 +32,9 @@ # networking.firewall.checkReversePath = false; # Makes wg interface with all ips work + programs.ausweisapp.enable = true; + programs.ausweisapp.openFirewall = true; # for pairing with smartphone + modules = { syncthing = { enable = true;