From 6351cd4ba3fddcdcb28c49f56918a848094f9b52 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 27 Oct 2025 23:58:03 -0700 Subject: Clean up unnecessary junk --- home/nipsy/common/core/default.nix | 1 - home/nipsy/common/core/ssh.nix | 5 ----- home/root/common/core/default.nix | 1 - home/root/common/core/ssh.nix | 5 ----- 4 files changed, 12 deletions(-) delete mode 100644 home/nipsy/common/core/ssh.nix delete mode 100644 home/root/common/core/ssh.nix diff --git a/home/nipsy/common/core/default.nix b/home/nipsy/common/core/default.nix index a78dbe8..23d7ce8 100644 --- a/home/nipsy/common/core/default.nix +++ b/home/nipsy/common/core/default.nix @@ -3,7 +3,6 @@ imports = [ ./bash.nix ./git.nix - #./ssh.nix ./tmux ./vim ./zsh diff --git a/home/nipsy/common/core/ssh.nix b/home/nipsy/common/core/ssh.nix deleted file mode 100644 index 929cc51..0000000 --- a/home/nipsy/common/core/ssh.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - programs.ssh = { - enable = true; - }; -} diff --git a/home/root/common/core/default.nix b/home/root/common/core/default.nix index e2ca7c5..3043d2c 100644 --- a/home/root/common/core/default.nix +++ b/home/root/common/core/default.nix @@ -3,7 +3,6 @@ imports = [ ./bash.nix ./git.nix - #./ssh.nix ./tmux ./vim ./zsh diff --git a/home/root/common/core/ssh.nix b/home/root/common/core/ssh.nix deleted file mode 100644 index 929cc51..0000000 --- a/home/root/common/core/ssh.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - programs.ssh = { - enable = true; - }; -} -- cgit v1.2.3