Skip to content

Commit

Permalink
Add serverone as ssh target to portatilo
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Dec 26, 2024
1 parent c8592cc commit ad21df7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions user/portatilo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@

./modules/desktops/kde
];

programs.ssh = {
enable = true;

matchBlocks = {
serverone = {
hostname = "10.0.0.1";
forwardAgent = true;
};
};
};
}

0 comments on commit ad21df7

Please sign in to comment.