Update
This commit is contained in:
parent
465b4441f6
commit
7ee7c12d8c
2 changed files with 2 additions and 2 deletions
nixos/hosts/framework-server
|
@ -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
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Wireguard Forwarder
|
||||
networking.wireguard = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
interfaces = {
|
||||
"wireguard0" = {
|
||||
ips = [ "10.100.0.2/24" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue