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