Skip to content

Commit

Permalink
adding clarities wg key
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Oct 29, 2023
1 parent 0990f72 commit 42fdd9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/data-hoarder/wireguard_server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ in
publicKey = "Txd/qTDazvKcB1bIavm0Kilr/O7RkFwi9YGjjv88u2I=";
addr4 = "10.13.37.6";
}
{
# clarity
publicKey = "Txd/qTDazvKcB1bIavm0Kilr/O7RkFwi9YGjjv88u2I=";
addr4 = "10.13.37.10";
}
];
};
}
1 change: 1 addition & 0 deletions hosts/traffic-stop-box/8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
PubkeyAcceptedKeyTypes [email protected],[email protected],ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512
'';
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJO/8PRzEqW20vnADv5xJrV5AlQ9bS8251AyQACyFMz+ dumbdvb_clarity"
];

deployment-TLMS.net.wg.publicKey = "dL9JGsBhaTOmXgGEH/N/GCHbQgVHEjBvIMaRtCsHBHw=";
Expand Down

0 comments on commit 42fdd9f

Please sign in to comment.