fix: desktop updates

This commit is contained in:
Nickolaj Jepsen 2025-04-01 21:13:44 +02:00
parent 71f9b22346
commit 277d8032de
7 changed files with 54 additions and 76 deletions

View file

@ -1,16 +1,13 @@
{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"dev.ao" = {
hostname = "192.168.2.28";
proxyJump = lib.mkForce null;
};
"flex.ao" = {
hostname = "192.168.2.5";
proxyJump = lib.mkForce null;
};
"bastion.ao" = {
hostname = "192.168.2.6";
proxyJump = lib.mkForce null;
};
"clickhouse.ao" = {
hostname = "51.158.205.48";