diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-25 21:50:54 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-25 21:50:54 -0400 |
| commit | 56118ae619f6ac9a830dba4a3d790fd9ce387723 (patch) | |
| tree | 34018c96ca97a9df6a2a15b86db6633b75d1940e /home/ssh | |
| parent | fix hyprland, and move it to lua (diff) | |
| download | dotfiles-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.nix | 2 |
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; }; } |