diff --git a/configuration.nix b/configuration.nix index 32cb712d..9d58f15b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,6 +3,7 @@ # NixOS Packages / Options: # https://search.nixos.org/packages? + { lib, config, pkgs, ... }: { imports = [ @@ -48,7 +49,7 @@ networkmanager = { enable = true; }; - + enableIPv6 = false; firewall = { enable = true;