This commit is contained in:
albert 2025-02-24 12:54:58 -08:00
parent 465b4441f6
commit 7ee7c12d8c
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 2 deletions
nixos/hosts/framework-server

View file

@ -16,7 +16,7 @@
# ../../common/modules/fail2ban/traefik.nix
./disks.nix
# NOTE: framework-server and warsaw-ovh-01 share a key.
./wireguard.nix
# ./wireguard.nix
# TODO: Re-enable when redeployed
# ./cron.nix
./containers.nix

View file

@ -20,7 +20,7 @@
# Wireguard Forwarder
networking.wireguard = {
enable = false;
enable = true;
interfaces = {
"wireguard0" = {
ips = [ "10.100.0.2/24" ];