aboutsummaryrefslogtreecommitdiff
path: root/modules/user/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/ssh.nix')
-rw-r--r--modules/user/ssh.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/user/ssh.nix b/modules/user/ssh.nix
deleted file mode 100644
index 9904879..0000000
--- a/modules/user/ssh.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, ... }:
-{
- programs.ssh = {
- enable = true;
- extraConfig = ''
- SendEnv COLORTERM
- '';
- };
-}