From a750f85331ee3c8b0376a98353a5f83d9e0ea567 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sat, 8 Mar 2025 12:13:22 -0500 Subject: [PATCH] changing dns again --- flake.lock | 42 +++++++++++++++++------------------ hosts/eddie/configuration.nix | 6 +++-- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/flake.lock b/flake.lock index 42c26fd..38b9ec6 100644 --- a/flake.lock +++ b/flake.lock @@ -339,11 +339,11 @@ ] }, "locked": { - "lastModified": 1741375756, - "narHash": "sha256-wcY6iK8KcMNHvbtmXOGNHXpXbGsWIjuYrJwawVCNcS4=", + "lastModified": 1741452498, + "narHash": "sha256-duYZg6LhxUT89DTplbXutihtrdDEyV5Jfa9GZSFo6TU=", "owner": "nix-community", "repo": "home-manager", - "rev": "83f4629364b6e627ce25d7d246058e48ffa4b111", + "rev": "c040d1c556476d9b82c7f3f1a0ce0906fcdf7108", "type": "github" }, "original": { @@ -501,11 +501,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1741246663, - "narHash": "sha256-bPfuzwKryzlH10IFbBMEcsH7OB5cl4XVIyEFdmsVrQE=", + "lastModified": 1741427909, + "narHash": "sha256-z+s+llLXnKtek9VY4ca7b44GI4VgM6NMZrQNH/U38ns=", "owner": "hyprwm", "repo": "hyprlock", - "rev": "78ad1d46b55e4625d7419efe8664593b35326b57", + "rev": "9e82fe3547ab0de6385cc3367bcd1e2b1393e03e", "type": "github" }, "original": { @@ -726,11 +726,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1741323380, - "narHash": "sha256-KvsswWfKpLtR27wJ9tf2XiP+lmGIBDyQy3VGGSVP7e0=", + "lastModified": 1741438784, + "narHash": "sha256-jyUy0Nnarc+eHkxHK69RL6TwpCBcS1agH5GqraW711A=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "ac53cc75694a48df66ddd520ff229129e6372c53", + "rev": "e9615a9b6aed417cc5ccc031aadf023b6a8c867d", "type": "github" }, "original": { @@ -759,11 +759,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1741260996, - "narHash": "sha256-uKWfBwNLZEsDnICY7immZn/oLhQos227SDiEnDQwTI4=", + "lastModified": 1741434874, + "narHash": "sha256-pVX2YYrSkh/jvfPGD7G9nkpMwFOuT7DuJQ/Oa/X0BzM=", "owner": "YaLTeR", "repo": "niri", - "rev": "88fcf0c2a996ef61bb1f51cb02afa7686de1bbe1", + "rev": "083a56c729baa9a85257002d9aaec96c33b24fca", "type": "github" }, "original": { @@ -923,11 +923,11 @@ }, "nixpkgs-stable_2": { "locked": { - "lastModified": 1741196730, - "narHash": "sha256-0Sj6ZKjCpQMfWnN0NURqRCQn2ob7YtXTAOTwCuz7fkA=", + "lastModified": 1741332913, + "narHash": "sha256-ri1e8ZliWS3Jnp9yqpKApHaOo7KBN33W8ECAKA4teAQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48913d8f9127ea6530a2a2f1bd4daa1b8685d8a3", + "rev": "20755fa05115c84be00b04690630cb38f0a203ad", "type": "github" }, "original": { @@ -1337,11 +1337,11 @@ }, "locked": { "dir": "nix", - "lastModified": 1741369049, - "narHash": "sha256-GmMi0BgYRn547PAnlIfFoICMja6GTIKfT9KLCUDLIkE=", + "lastModified": 1741441089, + "narHash": "sha256-kNSV7SX42VWZ2JZ4r6YGYc5Q4M6Lcjt0ugErgjh5qWo=", "owner": "wez", "repo": "wezterm", - "rev": "88905822bfef91773c2fc870076032b923d57571", + "rev": "18371a158c611cc044b29af40b3d8b6d6d273fdb", "type": "github" }, "original": { @@ -1393,11 +1393,11 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1741340924, - "narHash": "sha256-jf6V1YCGnbjxmv6VuGqPdbAICPsk+yTp2SXKFLT7+oA=", + "lastModified": 1741418166, + "narHash": "sha256-9/KZCzO2V2DgNp5225dvNjWFUZDSRNc52wV4a/tU95Y=", "owner": "sxyazi", "repo": "yazi", - "rev": "a2bbd29289c405395ba5e6151418ef2b3c8e889b", + "rev": "31177fd1fd71500e6a30edee60a122f78e5e7424", "type": "github" }, "original": { diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index 5c440d1..0a52c3d 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -362,8 +362,10 @@ hostName = "eddie"; domain = "local"; nameservers = [ - "95.85.95.85" - "2.56.220.2" + "9.9.9.9" + "149.112.112.112" + "2620:fe::fe" + "2620:fe::9" ]; networkmanager = { enable = true;