base: move gpg agent to gui programs
It'll only get used on machines I can physically access
This commit is contained in:
parent
fd9cd57ff6
commit
d8573cad9e
|
@ -20,6 +20,12 @@ in {
|
|||
config = mkIf config.my.gui.enable {
|
||||
my.displayManager.sddm.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
less.enable = true;
|
||||
mosh.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue