fix: bad ssh config

This commit is contained in:
Jacob Bachmann 2024-12-08 17:55:40 +01:00
parent b1dad132ab
commit 7968a18271
No known key found for this signature in database
GPG key ID: 7753026D577922A6

View file

@ -13,7 +13,8 @@
addKeysToAgent = "yes";
includes = [ "config.d/*" ];
matchBlocks.momo = {
host = "momo.dryb.org";
host = "momo";
hostname = "momo.dryb.org";
user = "root";
};
};