init contabo
This commit is contained in:
parent
d34374cd3d
commit
d12c6ef0f3
4 changed files with 71 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue