feat: add ssh config for host MOMO

This commit is contained in:
Jacob Bachmann 2024-12-08 17:46:22 +01:00
parent 33464441a3
commit 2a52e88863
No known key found for this signature in database
GPG key ID: 7753026D577922A6

View file

@ -12,6 +12,10 @@
enable = true;
addKeysToAgent = "yes";
includes = [ "config.d/*" ];
matchBlocks.momo = {
host = "momo.dryb.org";
user = "root";
};
};
home.file.".ssh/config.d/.keep".source = builtins.toFile "keep" "";