aboutsummaryrefslogtreecommitdiffstats
path: root/hm/ssh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/ssh/default.nix')
-rw-r--r--hm/ssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/ssh/default.nix b/hm/ssh/default.nix
index d123a6a..6588a89 100644
--- a/hm/ssh/default.nix
+++ b/hm/ssh/default.nix
@@ -4,7 +4,7 @@
programs.ssh = {
enable = true;
enableDefaultConfig = false;
- matchBlocks = let
+ settings = let
genBox = user: {
inherit user;
hostname = "${user}.your-storagebox.de";