init contabo

This commit is contained in:
iofq 2024-01-15 00:06:28 -06:00
parent d34374cd3d
commit d12c6ef0f3
4 changed files with 71 additions and 2 deletions

View file

@ -33,10 +33,18 @@
programs.ssh = {
enable = true;
matchBlocks = {
"10110110.xyz" = {
hostname = "10110110.xyz";
"racknerd.10110110.xyz" = {
hostname = "contabo.10110110.xyz";
identityFile = "/home/e/.ssh/racknerd";
};
"contabo.10110110.xyz" = {
hostname = "contabo.10110110.xyz";
identityFile = "/home/e/.ssh/id_ed25519";
};
"consensus" = {
hostname = "consensus";
identityFile = "/home/e/.ssh/id_ed25519";
};
};
};
fonts.fontconfig.enable = true;