kardorf: add ausweisapp

This commit is contained in:
2026-09-20 10:30:53 +02:00
parent 5e08f131c7
commit da3e3d5f1b
+4 -2
View File
@@ -2,8 +2,7 @@
pwd,
pkgs,
...
}:
{
}: {
imports = [
./hardware-configuration.nix
@@ -37,6 +36,9 @@
# Not using the drivers leads to way better results
# services.xserver.videoDrivers = [ "nvidia" ];
programs.ausweisapp.enable = true;
programs.ausweisapp.openFirewall = true; # for pairing with smartphone
modules = {
syncthing = {
enable = true;