diff options
| author | Jaki Schöffel <sils@sils.li> | 2026-09-05 16:34:07 +0200 |
|---|---|---|
| committer | Jaki Schöffel <sils@sils.li> | 2026-09-05 16:34:07 +0200 |
| commit | fe4b0ac1785b8515374dd56769e53ab9980170a4 (patch) | |
| tree | 18443d595648afc894909c4115ccf9ddf5c9d64a | |
| parent | vscodium: use own module (diff) | |
| download | nix-config-fe4b0ac1785b8515374dd56769e53ab9980170a4.zip | |
ssh: rename matchBlocks to settings
| -rw-r--r-- | hm/ssh/default.nix | 2 |
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"; |
