mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: update laptop config
This commit is contained in:
parent
d769b830a2
commit
623d8c9576
16 changed files with 117 additions and 105 deletions
|
|
@ -1,10 +1,8 @@
|
|||
{lib, ...}: {
|
||||
fireproof.home-manager.programs.ssh.matchBlocks = {
|
||||
"dev.ao" = {
|
||||
proxyJump = lib.mkForce "server";
|
||||
};
|
||||
"bastion.ao" = {
|
||||
proxyJump = lib.mkForce "server";
|
||||
hostname = "62.199.221.53";
|
||||
proxyJump = lib.mkForce "homelab";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue