diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 20:18:59 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 20:18:59 -0700 |
commit | f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381 (patch) | |
tree | de156855b53ffa797b14277ee49d2a1791cd9afc /home/root | |
parent | 1794beda2789a2b24379463c36e7f65e227341ff (diff) | |
download | nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.tar nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.tar.gz nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.tar.bz2 nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.tar.lz nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.tar.xz nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.tar.zst nix-f153e5b6dfcc228f4ef8ce00f4044c6cefa5d381.zip |
Revert to manual SSH configuration
Diffstat (limited to 'home/root')
-rw-r--r-- | home/root/common/core/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |