mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: desktop updates
This commit is contained in:
parent
71f9b22346
commit
277d8032de
7 changed files with 54 additions and 76 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue