feat: add ssh config for host MOMO
This commit is contained in:
parent
33464441a3
commit
2a52e88863
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
includes = [ "config.d/*" ];
|
includes = [ "config.d/*" ];
|
||||||
|
matchBlocks.momo = {
|
||||||
|
host = "momo.dryb.org";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".ssh/config.d/.keep".source = builtins.toFile "keep" "";
|
home.file.".ssh/config.d/.keep".source = builtins.toFile "keep" "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue