From 996f0dc09a55cd89c1b5f25cabb8e608bc7ecd45 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 1 Jun 2024 14:32:20 +0530 Subject: update --- modules/core/global.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/core/global.nix') diff --git a/modules/core/global.nix b/modules/core/global.nix index 2e7ed90..5b32baa 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -19,6 +19,7 @@ in { networking.networkmanager.enable = true; networking.firewall.enable = false; + networking.nameservers = [ "1.1.1.1" ]; security.rtkit.enable = true; -- cgit v1.2.3