summaryrefslogtreecommitdiff
path: root/hosts/tarrel.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-12-02 16:27:28 +0100
committerJasper Ras <jras@hostnet.nl>2024-12-02 16:27:28 +0100
commit412bfad379b793cd803f9dc79f035234f755dba2 (patch)
treed2fd8531950996f16af21631fa009f926eb27ec1 /hosts/tarrel.nix
parent7b53994e4bd0f616eefc1bef18608e1cca2e143f (diff)
remove gpg agent ssh support: blegh
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r--hosts/tarrel.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix
index 030f18a..8d163dd 100644
--- a/hosts/tarrel.nix
+++ b/hosts/tarrel.nix
@@ -39,9 +39,6 @@
console.keyMap = "us-acentos";
programs.zsh.enable = true;
- programs.gnupg = {
- agent.enable = true;
- };
users.users.jras = {
isNormalUser = true;