summaryrefslogtreecommitdiff
path: root/systems/odino
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-09 13:31:37 +0100
committerLeonardo <noreply@leoflo.me>2026-03-09 13:31:37 +0100
commit34cd41cf8510ba230cb77f5d361bbdacbe1df2ee (patch)
tree123ac9725803e3f7f5469b7b4f2c13f7ea9a8e6b /systems/odino
parenteecba1301555126dce6e933426c74f99f3dc8097 (diff)
downloadnixos-34cd41cf8510ba230cb77f5d361bbdacbe1df2ee.tar.gz
nixos-34cd41cf8510ba230cb77f5d361bbdacbe1df2ee.zip
networkmanager fortinet
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" ];