Secrets changed, ssh key, add new noreply email

This commit is contained in:
Vice 2025-03-05 05:44:01 -05:00
parent 04857582cf
commit 8f66c8bf92
14 changed files with 26 additions and 24 deletions

View file

@ -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=";

View file

@ -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=";