diff --git a/flake.lock b/flake.lock index 6c91973..0e8309b 100644 --- a/flake.lock +++ b/flake.lock @@ -94,11 +94,11 @@ ] }, "locked": { - "lastModified": 1740485968, - "narHash": "sha256-WK+PZHbfDjLyveXAxpnrfagiFgZWaTJglewBWniTn2Y=", + "lastModified": 1741786315, + "narHash": "sha256-VT65AE2syHVj6v/DGB496bqBnu1PXrrzwlw07/Zpllc=", "owner": "nix-community", "repo": "disko", - "rev": "19c1140419c4f1cdf88ad4c1cfb6605597628940", + "rev": "0d8c6ad4a43906d14abd5c60e0ffe7b587b213de", "type": "github" }, "original": { @@ -151,11 +151,11 @@ ] }, "locked": { - "lastModified": 1741579508, - "narHash": "sha256-skRbH+UF2ES+msEa+KWi7AQFX73S+QsGlPsyCU6XyE0=", + "lastModified": 1741791118, + "narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", "owner": "nix-community", "repo": "home-manager", - "rev": "744f749dd6fbc1489591ea370b95156858629cb9", + "rev": "18780912345970e5b546b1b085385789b6935a83", "type": "github" }, "original": { @@ -239,11 +239,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1741594711, - "narHash": "sha256-RQM/LK4N0RlG6j3vtAglHvBprDHA/xR1Ix5xA+jsmMk=", + "lastModified": 1741852922, + "narHash": "sha256-pTKws94D8hSpor4osmcrxyU55DgbhO50Zag8yoTpgto=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c915fbb048f488e6218aff91eef0a35248b651e0", + "rev": "6623d7917ed31281b9b67e241cef4c2720dc6e18", "type": "github" }, "original": { @@ -255,11 +255,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1741445498, - "narHash": "sha256-F5Em0iv/CxkN5mZ9hRn3vPknpoWdcdCyR0e4WklHwiE=", + "lastModified": 1741600792, + "narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=", "owner": "nixos", "repo": "nixpkgs", - "rev": "52e3095f6d812b91b22fb7ad0bfc1ab416453634", + "rev": "ebe2788eafd539477f83775ef93c3c7e244421d3", "type": "github" }, "original": { @@ -287,11 +287,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1741379970, - "narHash": "sha256-Wh7esNh7G24qYleLvgOSY/7HlDUzWaL/n4qzlBePpiw=", + "lastModified": 1741513245, + "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "36fd87baa9083f34f7f5027900b62ee6d09b1f2f", + "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", "type": "github" }, "original": { diff --git a/hosts/m3-kratos/configuration.nix b/hosts/m3-kratos/configuration.nix index 9b5a471..dcbbf83 100644 --- a/hosts/m3-kratos/configuration.nix +++ b/hosts/m3-kratos/configuration.nix @@ -19,10 +19,10 @@ security.polkit.enable = true; networking.hostName = "m3-kratos"; # Define your hostname. networking.hostId = "458bd616"; - networking.extraHosts = '' - 127.0.0.1 releases.warp.dev - 127.0.0.1 app.warp.dev - ''; + # networking.extraHosts = '' + # 127.0.0.1 releases.warp.dev + # 127.0.0.1 app.warp.dev + # ''; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable =