aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 01c1880..c8e0fd6 100644
--- a/home.nix
+++ b/home.nix
@@ -21,6 +21,17 @@
extraConfig.core.editor = "vim";
};
+ programs.ssh = {
+ enable = true;
+ matchBlocks = {
+ "automatix" = {
+ hostname = "kummerlaender.eu";
+ port = 222;
+ user = "common";
+ };
+ };
+ };
+
services.gpg-agent = {
enable = true;
defaultCacheTtl = 120;