summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-06-01 14:32:20 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-06-01 14:32:20 +0530
commit996f0dc09a55cd89c1b5f25cabb8e608bc7ecd45 (patch)
treef4fffc00efd9e05ced347f687d522eb13d4319e7 /modules
parent0cac83a9262278d838edc9b09b64768ba28ecdb4 (diff)
update
Diffstat (limited to 'modules')
-rw-r--r--modules/core/global.nix1
1 files changed, 1 insertions, 0 deletions
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;