remove broken gpg agent #379
2 changed files with 0 additions and 8 deletions
|
@ -183,11 +183,6 @@ in {
|
||||||
lxd.enable = true;
|
lxd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
|
||||||
enable = true;
|
|
||||||
enableSSHSupport = true;
|
|
||||||
};
|
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
nixpkgs.config.permittedInsecurePackages = ["electron-26.3.0"];
|
nixpkgs.config.permittedInsecurePackages = ["electron-26.3.0"];
|
||||||
programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,4 @@
|
||||||
auto-key-locate = ["local" "dane" "cert" "wkd"];
|
auto-key-locate = ["local" "dane" "cert" "wkd"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.gpg-agent = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue