summaryrefslogtreecommitdiff
path: root/home/ssh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-25 21:50:54 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-25 21:50:54 -0400
commit56118ae619f6ac9a830dba4a3d790fd9ce387723 (patch)
tree34018c96ca97a9df6a2a15b86db6633b75d1940e /home/ssh
parentfix hyprland, and move it to lua (diff)
downloaddotfiles-nix-56118ae619f6ac9a830dba4a3d790fd9ce387723.tar.gz
dotfiles-nix-56118ae619f6ac9a830dba4a3d790fd9ce387723.tar.bz2
dotfiles-nix-56118ae619f6ac9a830dba4a3d790fd9ce387723.zip
fix ssh hm warning
Diffstat (limited to 'home/ssh')
-rw-r--r--home/ssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ssh/default.nix b/home/ssh/default.nix
index 19909c9..2ad9220 100644
--- a/home/ssh/default.nix
+++ b/home/ssh/default.nix
@@ -3,7 +3,7 @@
programs.ssh = {
enable = true;
enableDefaultConfig = false;
- matchBlocks."*" = {};
+ settings."*" = {};
extraConfig = lib.fileContents ./config;
};
}