diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-01 14:32:20 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-01 14:32:20 +0530 |
| commit | 996f0dc09a55cd89c1b5f25cabb8e608bc7ecd45 (patch) | |
| tree | f4fffc00efd9e05ced347f687d522eb13d4319e7 /modules/core/global.nix | |
| parent | 0cac83a9262278d838edc9b09b64768ba28ecdb4 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/core/global.nix | 1 |
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; |
