Skip to content

Commit

Permalink
Add ip addresses to hosts managed with nixos-anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jan 11, 2024
1 parent df9069e commit a61a954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-modules/ssh-work.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ in {
hostname = "172.18.20.103";
user = username;
};
build3 = {
"build3 172.18.20.104" = {
hostname = "172.18.20.104";
user = username;
};
build4 = {
hostname = "172.18.20.105";
user = username;
};
prbuilder = {
"prbuilder 172.18.20.106" = {
hostname = "172.18.20.106";
user = username;
};
Expand Down

0 comments on commit a61a954

Please sign in to comment.