update con

This commit is contained in:
iofq 2024-09-08 13:39:39 -05:00
parent d7d5226ed2
commit 001edf9832
15 changed files with 214 additions and 93 deletions

View file

@ -41,18 +41,11 @@
programs.ssh = {
enable = true;
matchBlocks = {
"racknerd" = {
hostname = "racknerd.10110110.xyz";
identityFile = "/home/e/.ssh/racknerd";
};
"htz" = {
hostname = "htz.10110110.xyz";
"consensus" = {
port = 2022;
hostname = "192.168.1.251";
identityFile = "/home/e/.ssh/id_ed25519";
};
"ocx" = {
hostname = "ocx.10110110.xyz";
identityFile = "/home/e/.ssh/oracle";
};
};
};
fonts.fontconfig.enable = lib.mkForce true;