From b09419a5f2e4444a5eee07347647714c10934d75 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 31 Aug 2023 13:18:52 +0200 Subject: [PATCH] refactor --- yodaTab/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/yodaTab/configuration.nix b/yodaTab/configuration.nix index 5702095..edeffbb 100644 --- a/yodaTab/configuration.nix +++ b/yodaTab/configuration.nix @@ -164,12 +164,6 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # List services that you want to enable: # Enable SSH server. services.openssh = {