diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-12-02 16:27:28 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-12-02 16:27:28 +0100 |
commit | 412bfad379b793cd803f9dc79f035234f755dba2 (patch) | |
tree | d2fd8531950996f16af21631fa009f926eb27ec1 /hosts/tarrel.nix | |
parent | 7b53994e4bd0f616eefc1bef18608e1cca2e143f (diff) |
remove gpg agent ssh support: blegh
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r-- | hosts/tarrel.nix | 3 |
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; |