mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-31 09:55:38 +01:00
7 lines
96 B
Nix
7 lines
96 B
Nix
{ config, ... }:
|
|
{
|
|
programs.ausweisapp = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|