summaryrefslogtreecommitdiff
path: root/home/ssh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-09-02 12:53:11 -0400
committerFreya Murphy <freya@freyacat.org>2025-09-02 12:53:11 -0400
commit9f77f38c1e8edc0248d8a0c65b579998e8fd3e65 (patch)
tree85848094050d0b20cf8e6826117d18c3bbee2e32 /home/ssh
parentupdate commits (diff)
downloaddotfiles-nix-9f77f38c1e8edc0248d8a0c65b579998e8fd3e65.tar.gz
dotfiles-nix-9f77f38c1e8edc0248d8a0c65b579998e8fd3e65.tar.bz2
dotfiles-nix-9f77f38c1e8edc0248d8a0c65b579998e8fd3e65.zip
update commits
Diffstat (limited to 'home/ssh')
-rw-r--r--home/ssh/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/ssh/default.nix b/home/ssh/default.nix
index b34e23f..c884bf4 100644
--- a/home/ssh/default.nix
+++ b/home/ssh/default.nix
@@ -7,6 +7,8 @@
home-manager.users.${config.user} = {
programs.ssh = {
enable = true;
+ enableDefaultConfig = false;
+ matchBlocks."*" = {};
extraConfig = lib.fileContents ./config;
};
};