aboutsummaryrefslogtreecommitdiff
path: root/user/home/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/home/ssh.nix')
-rw-r--r--user/home/ssh.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/home/ssh.nix b/user/home/ssh.nix
deleted file mode 100644
index d077e31..0000000
--- a/user/home/ssh.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, ... }:
-{
- programs.ssh = {
- enable = true;
- enableDefaultConfig = false;
- matchBlocks = {
- "*" = {
- identityFile = "~/.ssh/id_ed25519";
- };
- };
- };
-}