beep boop

This commit is contained in:
mrfluffy-dev
2025-06-09 11:59:44 +01:00
parent 2d287bd72d
commit 4a93d97a72
8 changed files with 106 additions and 92 deletions

View File

@@ -18,9 +18,13 @@
];
networking.firewall.enable = false;
networking.firewall.checkReversePath = false;
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager = {
enable = true; # Easiest to use and most distros use this by default.
enableStrongSwan = true;
};
#networking.enableIPv6 = false;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";