From 2de1c70a932aff85e27fc358ee4f1bb8de6cfc15 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 9 Mar 2025 20:20:05 -0400 Subject: [PATCH 1/2] flake update --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 3e219fa..e0e914b 100644 --- a/flake.lock +++ b/flake.lock @@ -24,11 +24,11 @@ }, "unstable": { "locked": { - "lastModified": 1735471104, - "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", + "lastModified": 1741379970, + "narHash": "sha256-Wh7esNh7G24qYleLvgOSY/7HlDUzWaL/n4qzlBePpiw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", + "rev": "36fd87baa9083f34f7f5027900b62ee6d09b1f2f", "type": "github" }, "original": { From 2c9ccff84b365c617c42da9ecbf42d32c43221eb Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 9 Mar 2025 20:20:43 -0400 Subject: [PATCH 2/2] 24.11 update --- configuration.nix | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 835906f..e35471a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -56,7 +56,7 @@ matchConfig.Name = "enp1s0"; networkConfig.DHCP = "ipv4"; address = [ "2a01:4ff:1f0:e4bd::/64" ]; - routes = [{ routeConfig.Gateway = "fe80::1"; }]; + routes = [{ Gateway = "fe80::1"; }]; }; networking.interfaces."enp1s0".useDHCP = true; diff --git a/flake.lock b/flake.lock index e0e914b..0098b16 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1735563628, - "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", + "lastModified": 1741445498, + "narHash": "sha256-F5Em0iv/CxkN5mZ9hRn3vPknpoWdcdCyR0e4WklHwiE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798", + "rev": "52e3095f6d812b91b22fb7ad0bfc1ab416453634", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index ebb65de..63dcbfd 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; };