diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-10-27 23:58:03 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-10-27 23:58:03 -0700 |
| commit | 6351cd4ba3fddcdcb28c49f56918a848094f9b52 (patch) | |
| tree | 9ef4a9e42d2ddb79f0228488858b737990eb980e /home | |
| parent | fc8fb48ef6b954c55c8ff9dc1a6ac28427183818 (diff) | |
| download | nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.tar nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.tar.gz nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.tar.bz2 nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.tar.lz nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.tar.xz nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.tar.zst nix-6351cd4ba3fddcdcb28c49f56918a848094f9b52.zip | |
Clean up unnecessary junk
Diffstat (limited to '')
| -rw-r--r-- | home/nipsy/common/core/default.nix | 1 | ||||
| -rw-r--r-- | home/nipsy/common/core/ssh.nix | 5 | ||||
| -rw-r--r-- | home/root/common/core/default.nix | 1 | ||||
| -rw-r--r-- | home/root/common/core/ssh.nix | 5 |
4 files changed, 0 insertions, 12 deletions
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; - }; -} |
