Secrets changed, ssh key, add new noreply email
This commit is contained in:
parent
04857582cf
commit
8f66c8bf92
14 changed files with 26 additions and 24 deletions
|
@ -6,7 +6,7 @@
|
|||
networking = {
|
||||
firewall.trustedInterfaces = [ "wgc" ];
|
||||
wg-quick.interfaces.wgc = {
|
||||
privateKey = config.secrets.wgClientPriv;
|
||||
privateKey = config.secrets.wg.clientKey;
|
||||
peers = [
|
||||
{ # Kitty server
|
||||
publicKey = "qnOT/lXOJMaQgDUdXpyfGZB2IEyUouRje2m/bCe9ux8=";
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
wireguard.interfaces.wgs = {
|
||||
ips = [ "10.100.0.1/24" ];
|
||||
listenPort = 51820;
|
||||
privateKey = config.secrets.wgServerPriv;
|
||||
privateKey = config.secrets.wg.serverKey;
|
||||
peers = [
|
||||
{ # NixOS Config Key
|
||||
publicKey = "OKUH/h6YSURI4vgeTZKQD15QsqaygdbTn1mAWzQp9S0=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue