diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/cloud/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/toaster/network/mullvad.nix | 3 |
2 files changed, 3 insertions, 2 deletions
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" |
