Test GNUPG
This commit is contained in:
parent
bded541a30
commit
21f936af7b
3 changed files with 9 additions and 3 deletions
8
nixos/common/services/gnupg-agent.nix
Normal file
8
nixos/common/services/gnupg-agent.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{pkgs, cfg, ... }: {
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
enableBrowserSocket = true;
|
||||||
|
pinEntryFlavor = "emacs";
|
||||||
|
};
|
||||||
|
}
|
|
@ -49,7 +49,4 @@
|
||||||
--
|
--
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable GPG Agent support:
|
|
||||||
programs.gnupg.agent.enableSSHSupport = true;
|
|
||||||
}
|
}
|
|
@ -7,6 +7,7 @@
|
||||||
./common/services/telegraf.nix
|
./common/services/telegraf.nix
|
||||||
./common/services/tailscale.nix
|
./common/services/tailscale.nix
|
||||||
./common/services/fwupd.nix
|
./common/services/fwupd.nix
|
||||||
|
./common/services/gnupg-agent.nix
|
||||||
|
|
||||||
# NixOS Modules
|
# NixOS Modules
|
||||||
./common/modules/fonts.nix # Font Configs
|
./common/modules/fonts.nix # Font Configs
|
||||||
|
|
Loading…
Reference in a new issue