From 96b6f8e010110e7512542ddb9de1d4b62b21dec8 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 9 May 2024 10:56:57 +0200 Subject: [PATCH] add dig, prepare ssh for custom options --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index c45a3fd..eeede2c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,6 +134,7 @@ gnupg ncdu whois + dig nodejs_20 # PROGRAMS obsidian @@ -159,6 +160,9 @@ # enable git programs.git.enable = true; + # SSH settings + programs.ssh.extraConfig = ""; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;