Skip to content

Commit

Permalink
Merge pull request #701 from NobbZ/fix-phoebe-ssh-id
Browse files Browse the repository at this point in the history
fix(phoebe): the main SSH ID used for internal communication was wrong
  • Loading branch information
NobbZ authored Nov 10, 2023
2 parents 5bffc99 + 41ed18e commit 3034e58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/configurations/nmelzer_at_phoebe.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,11 @@ in {
addressFamily = "inet";
identityFile = "~/.ssh/id_ed25519";
};

# TODO: Make the actual hosts identity file configurable by other means. Actually moving all the logic over to `home/modules/profiles/base/default.nix`.
"*.internal.nobbz.dev" = lib.mkForce (dag.entryAfter ["delly-nixos.adoring_suess.zerotier" "tux-nixos.adoring_suess.zerotier" "nixos.adoring_suess.zerotier"] {
identityFile = "~/.ssh/id_ed25519";
user = "nmelzer";
});
};
}

0 comments on commit 3034e58

Please sign in to comment.