From e1820729d835f850a49507d988e1af8ab9574195 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 6 Oct 2022 16:56:26 +0200 Subject: Hosts: Explicitly enable some networking options --- hosts/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index c3fe6d1..a77d203 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -38,8 +38,12 @@ networking = { hostName = hostname; # Define your hostname. + enableIPv6 = true; extraHosts = builtins.readFile "${dotfiles}/hosts"; nameservers = [ "9.9.9.9" ]; + dhcpcd = { + enable = true; + }; firewall = { enable = true; allowedTCPPorts = [ 80 22 9090 ]; -- cgit 1.4.1