summaryrefslogtreecommitdiff
path: root/host/software
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-10-13 21:19:13 +0200
committerAdrian Kummerlaender2022-10-13 21:19:54 +0200
commit922ca907546fd387ff1e39c366e863e2ccd6b87c (patch)
treeb7210253fcb1208ae333db0affd56775554ea938 /host/software
parentd180ae3687ba1eeaca3a630c6627280cc63889bb (diff)
downloadnixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.tar
nixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.tar.gz
nixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.tar.bz2
nixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.tar.lz
nixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.tar.xz
nixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.tar.zst
nixos_system-922ca907546fd387ff1e39c366e863e2ccd6b87c.zip
Add wip idefix config
Diffstat (limited to 'host/software')
-rw-r--r--host/software/server/wireguard.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix
index 102fe80..29aaec5 100644
--- a/host/software/server/wireguard.nix
+++ b/host/software/server/wireguard.nix
@@ -38,6 +38,10 @@
publicKey = "0nd/5vZaerTCUpS6uXsulCTzI3ZsUT2N2pnh7zTo8wg=";
allowedIPs = [ "10.100.0.7" ];
}
+ { # idefix
+ publicKey = "sF89wadXLEMXeNHNFPas7umP/QeyXMs3s7XGfXmY2lc=";
+ allowedIPs = [ "10.100.0.8" ];
+ }
];
};
};