diff --git a/configuration.nix b/configuration.nix index 3416ead..0d6e93a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -41,6 +41,16 @@ # Enable networking networking.networkmanager.enable = true; + networking.nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ]; + + services.resolved = { + enable = true; + dnssec = "true"; + domains = [ "~." ]; + fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ]; + dnsovertls = "true"; + }; + # Set your time zone. time.timeZone = "America/Los_Angeles"; diff --git a/flake.lock b/flake.lock index 0afd1fe..6aaf8d6 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1757910558, - "narHash": "sha256-qD2UBG+JfmIE50OmjumOQZ73LKUacxO7uq2hxkna0rA=", + "lastModified": 1758810399, + "narHash": "sha256-bpWoE1tiFX5T1tr5EudkpW9Kk02XR+6olkoSkf3nHZU=", "owner": "nix-community", "repo": "home-manager", - "rev": "5e06d0f1844bd150e7813368b06f32b03c816a0d", + "rev": "39d26c16866260eee6d0487fe9c102ba1c1bf7b2", "type": "github" }, "original": { @@ -43,11 +43,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1757891025, - "narHash": "sha256-NfiTk59huy/YK9H4W4wVwRYyiP2u86QqROM5KK4f5F4=", + "lastModified": 1758663926, + "narHash": "sha256-6CFdj7Xs616t1W4jLDH7IohAAvl5Dyib3qEv/Uqw1rk=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "4c38a024fa32e61db2be8573e5282b15d9733a79", + "rev": "170ff93c860b2a9868ed1e1102d4e52cb3d934e1", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1757745802, - "narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=", + "lastModified": 1758690382, + "narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1", + "rev": "e643668fd71b949c53f8626614b21ff71a07379d", "type": "github" }, "original": { @@ -88,11 +88,11 @@ ] }, "locked": { - "lastModified": 1757900278, - "narHash": "sha256-Cnx4ZB6CNYnCkTE49z/IWNbaR2l42n9aITIaMzHmunk=", + "lastModified": 1758820628, + "narHash": "sha256-qegU3PxQMleVyPPHHVu6qrqQl4fdja8c6J0/EEI6npc=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "a6fd725c7c9ceab921aa3e88963391b4c9336a0c", + "rev": "39ca0cd474439e1e5fd207b6f6da36191ce535ee", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index a5c0ee0..4e6b46b 100644 --- a/home.nix +++ b/home.nix @@ -90,7 +90,8 @@ ocl-icd # OpenCL Installable Client Driver clinfo # OpenCL information tool for debugging fontforge-gtk - tor + tor-browser + mullvad-vpn ]; # OpenCL configuration for hashcat using PoCL