mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
fixed wireguard and added ausweisapp
This commit is contained in:
parent
bdccec49f1
commit
dd10deec8c
4 changed files with 20 additions and 16 deletions
7
shared/ausweisapp.nix
Normal file
7
shared/ausweisapp.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.ausweisapp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue