beep boop
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user