9 lines
123 B
Nix
9 lines
123 B
Nix
{
|
|
imports = [
|
|
./firewall.nix
|
|
];
|
|
|
|
programs.gnupg.agent.enableSSHSupport = true;
|
|
services.pcscd.enable = true;
|
|
}
|