summaryrefslogtreecommitdiff
path: root/systems/odino
diff options
context:
space:
mode:
Diffstat (limited to 'systems/odino')
-rw-r--r--systems/odino/nixos/networking.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/odino/nixos/networking.nix b/systems/odino/nixos/networking.nix
index ca9cf74..3ab8e46 100644
--- a/systems/odino/nixos/networking.nix
+++ b/systems/odino/nixos/networking.nix
@@ -5,8 +5,6 @@
nameservers = [ "208.67.222.222" "208.67.220.220" ];
- networkmanager.enable = true;
-
firewall = {
enable = true;
@@ -14,6 +12,8 @@
allowedUDPPorts = [ 51820 ];
};
+ networkmanager.enable = true;
+
wg-quick.interfaces."tunnel" = {
privateKeyFile = "/home/leo/.wireguard/private.key";
address = [ "10.69.0.2/24" ];