From 3572c93df4290811be0e558f66040d7be2ab6125 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 4 Jan 2025 21:07:54 +0000 Subject: add wg module --- hosts/cloud/configuration.nix | 2 +- hosts/toaster/network/mullvad.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/cloud/configuration.nix b/hosts/cloud/configuration.nix index 6f8d6aa..9eddac5 100644 --- a/hosts/cloud/configuration.nix +++ b/hosts/cloud/configuration.nix @@ -1,7 +1,7 @@ { ... }: { imports = [ ./hardware-configuration.nix - ./networking.nix # generated at runtime by nixos-infect + ./networking.nix ]; boot.tmp.cleanOnBoot = true; diff --git a/hosts/toaster/network/mullvad.nix b/hosts/toaster/network/mullvad.nix index b8be18a..8ad71b7 100644 --- a/hosts/toaster/network/mullvad.nix +++ b/hosts/toaster/network/mullvad.nix @@ -63,7 +63,8 @@ "${endpoint}/32" # "10.0.0.0/8" "10.13.37.0/24" - "10.66.66.0/24" + # 0xa-mgmt + "10.89.87.0/24" # "172.16.0.0/12" "172.16.0.0/12" # "182.168.0.0/16" -- cgit v1.3.1