mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 08:26:49 +01:00
chore: add desktop ssh target
This commit is contained in:
parent
30a41e2fec
commit
cd289da742
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ in {
|
|||
user = "nickolaj";
|
||||
proxyJump = "homelab";
|
||||
};
|
||||
desktop = {
|
||||
hostname = "10.0.0.20";
|
||||
user = "nickolaj";
|
||||
proxyJump = "homelab";
|
||||
};
|
||||
"forgejo.nickolaj.com" = {
|
||||
hostname = "forgejo.nickolaj.com";
|
||||
user = "git";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue