mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update ssh config for homelab
This commit is contained in:
parent
9665106633
commit
5c6b8d73df
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ in {
|
|||
"*" = {
|
||||
identityFile = "${config.age.secrets.ssh-key.path}";
|
||||
};
|
||||
server = {
|
||||
homelab = {
|
||||
hostname = "x.nickolaj.com";
|
||||
user = "server";
|
||||
user = "nickolaj";
|
||||
};
|
||||
# Work hostnames definded in ./networking.nix
|
||||
"bastion.ao" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue