From 773200d9295a57c9a4f000fe4c5bce12bed0309e Mon Sep 17 00:00:00 2001 From: liv Date: Sat, 24 Aug 2024 16:07:58 +0200 Subject: [PATCH] set up ausweisapp --- nixos/common/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/common/default.nix b/nixos/common/default.nix index fe40f90..292f932 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -39,6 +39,12 @@ services.gnome.gnome-keyring.enable = true; security.pam.services.hyprland.enableGnomeKeyring = true; + # set up ausweisapp for online german government login + programs.ausweisapp = { + enable = true; + openFirewall = true; + }; + # use nh for easier nix stuff programs.nh = { enable = true;