aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/programs/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/programs/ssh.nix')
-rw-r--r--nixos/.flake/home/programs/ssh.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/.flake/home/programs/ssh.nix b/nixos/.flake/home/programs/ssh.nix
deleted file mode 100644
index 960a5cd..0000000
--- a/nixos/.flake/home/programs/ssh.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- programs.ssh = {
- enable = true;
- addKeysToAgent = "yes";
- };
-}