diff --git a/flake.lock b/flake.lock index ad619313..1a131f0f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,7 +2,9 @@ "nodes": { "blender": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": [ + "unstable" + ] }, "locked": { "dir": "blender", @@ -267,21 +269,6 @@ "type": "github" } }, - "hardware": { - "locked": { - "lastModified": 1748634340, - "narHash": "sha256-pZH4bqbOd8S+si6UcfjHovWDiWKiIGRNRMpmRWaDIms=", - "owner": "NixOS", - "repo": "nixos-hardware", - "rev": "daa628a725ab4948e0e2b795e8fb6f4c3e289a7a", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixos-hardware", - "type": "github" - } - }, "hm": { "inputs": { "nixpkgs": [ @@ -393,7 +380,9 @@ "inputs": { "flake-compat": "flake-compat_3", "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "stable" + ] }, "locked": { "lastModified": 1748570485, @@ -431,21 +420,6 @@ "type": "github" } }, - "nixpkgs": { - "locked": { - "lastModified": 1733808091, - "narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-24.11", - "type": "indirect" - } - }, "nixpkgs-25_05": { "locked": { "lastModified": 1747610100, @@ -462,22 +436,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1742889210, - "narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "698214a32beb4f4c8e3942372c694f40848b360d", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "inputs": { "flake-parts": "flake-parts_2", @@ -531,7 +489,6 @@ "blender": "blender", "disko": "disko", "flake-utils": "flake-utils", - "hardware": "hardware", "hm": "hm", "impermanence": "impermanence", "jovian": "jovian", diff --git a/flake.nix b/flake.nix index e43e7717..e1635813 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,6 @@ }; # Hardware specific - hardware.url = "github:NixOS/nixos-hardware"; - jovian = { url = "github:Jovian-Experiments/Jovian-NixOS"; inputs.nixpkgs.follows = "unstable"; @@ -34,7 +32,10 @@ inputs.nixpkgs.follows = "stable"; }; - minecraft.url = "github:Infinidoge/nix-minecraft"; + minecraft = { + url = "github:Infinidoge/nix-minecraft"; + inputs.nixpkgs.follows = "stable"; + }; # Home inputs hm = { @@ -48,7 +49,10 @@ }; # Specific apps - blender.url = "github:edolstra/nix-warez?dir=blender"; + blender = { + url = "github:edolstra/nix-warez?dir=blender"; + inputs.nixpkgs.follows = "unstable"; + }; }; outputs = inputs: with inputs; diff --git a/modules/system/devices/networking/mycelium/default.nix b/modules/system/devices/networking/mycelium/default.nix index 0d178877..f8a21214 100644 --- a/modules/system/devices/networking/mycelium/default.nix +++ b/modules/system/devices/networking/mycelium/default.nix @@ -5,9 +5,11 @@ openFirewall = true; addHostedPublicNodes = false; peers = [ - "quic://[2607:fea8:431d:cba5:16bf:db31:5797:4170]:9651" - "quic://[2607:fea8:431d:cba5:d104:b60a:c847:9797]:9651" - "quic://[2607:fea8:431d:cba5:1963:58fa:50f4:f841]:9651" + "quic://[2607:fea8:431d:cba5:d254:c02e:e19e:7bce]:9651" + "quic://[2607:fea8:431d:cba5:ebb7:3826:6f74:f29f]:9651" + "quic://[2607:fea8:431d:cba5:a239:58ce:a49b:9661]:9651" + + "quic://99.247.177.43:9651" "quic://150.230.26.224:9651" ]; };