diff --git a/shared/ausweisapp.nix b/shared/ausweisapp.nix deleted file mode 100644 index 3bd4f7f..0000000 --- a/shared/ausweisapp.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ config, ... }: -{ - programs.ausweisapp = { - enable = true; - openFirewall = true; - }; -}