diff --git a/flake.nix b/flake.nix index b0444ac..8c62504 100644 --- a/flake.nix +++ b/flake.nix @@ -469,3 +469,4 @@ }; }; } + diff --git a/hm/modules/ssh.nix b/hm/modules/ssh.nix index 737c657..c129f4f 100644 --- a/hm/modules/ssh.nix +++ b/hm/modules/ssh.nix @@ -1,11 +1,9 @@ { programs.ssh = { enable = true; - matchBlocks = { - "*" = { - identityFile = "~/.ssh/id_ed25519"; - compression = true; - }; + matchBlocks."*" = { + identityFile = "~/.ssh/id_ed25519"; + compression = true; }; }; }