From f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Apr 2024 20:18:59 -0700 Subject: Revert to manual SSH configuration --- home/nipsy/common/core/default.nix | 2 +- home/root/common/core/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/nipsy/common/core/default.nix b/home/nipsy/common/core/default.nix index 821fbfd..4b8104a 100644 --- a/home/nipsy/common/core/default.nix +++ b/home/nipsy/common/core/default.nix @@ -4,7 +4,7 @@ ./bash.nix ./fonts.nix ./git.nix - ./ssh.nix + #./ssh.nix ./tmux ./vim ./zsh diff --git a/home/root/common/core/default.nix b/home/root/common/core/default.nix index 2290509..ecd63fa 100644 --- a/home/root/common/core/default.nix +++ b/home/root/common/core/default.nix @@ -3,7 +3,7 @@ imports = [ ./bash.nix ./git.nix - ./ssh.nix + #./ssh.nix ./tmux ./vim ./zsh -- cgit v1.2.3