From 73c9cbf7764e5d9cbde6c28f95cb616c8a5df0ba Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 12:24:43 +0900 Subject: [PATCH] test --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;