1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-04-07 23:36:22 +02:00

removed ausweisapp

This commit is contained in:
Rouven Seifert 2023-01-21 23:50:07 +01:00
parent f27516a5a8
commit cfca2f655a
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -1,7 +0,0 @@
{ config, ... }:
{
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}