Change mycelium ips and upate flake

This commit is contained in:
Bun 2025-06-01 14:51:35 -04:00
parent d5605448a1
commit e5abaafa8d
3 changed files with 19 additions and 56 deletions

55
flake.lock generated
View file

@ -2,7 +2,9 @@
"nodes": { "nodes": {
"blender": { "blender": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": [
"unstable"
]
}, },
"locked": { "locked": {
"dir": "blender", "dir": "blender",
@ -267,21 +269,6 @@
"type": "github" "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": { "hm": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -393,7 +380,9 @@
"inputs": { "inputs": {
"flake-compat": "flake-compat_3", "flake-compat": "flake-compat_3",
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2" "nixpkgs": [
"stable"
]
}, },
"locked": { "locked": {
"lastModified": 1748570485, "lastModified": 1748570485,
@ -431,21 +420,6 @@
"type": "github" "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": { "nixpkgs-25_05": {
"locked": { "locked": {
"lastModified": 1747610100, "lastModified": 1747610100,
@ -462,22 +436,6 @@
"type": "github" "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": { "nur": {
"inputs": { "inputs": {
"flake-parts": "flake-parts_2", "flake-parts": "flake-parts_2",
@ -531,7 +489,6 @@
"blender": "blender", "blender": "blender",
"disko": "disko", "disko": "disko",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"hardware": "hardware",
"hm": "hm", "hm": "hm",
"impermanence": "impermanence", "impermanence": "impermanence",
"jovian": "jovian", "jovian": "jovian",

View file

@ -21,8 +21,6 @@
}; };
# Hardware specific # Hardware specific
hardware.url = "github:NixOS/nixos-hardware";
jovian = { jovian = {
url = "github:Jovian-Experiments/Jovian-NixOS"; url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "unstable"; inputs.nixpkgs.follows = "unstable";
@ -34,7 +32,10 @@
inputs.nixpkgs.follows = "stable"; inputs.nixpkgs.follows = "stable";
}; };
minecraft.url = "github:Infinidoge/nix-minecraft"; minecraft = {
url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "stable";
};
# Home inputs # Home inputs
hm = { hm = {
@ -48,7 +49,10 @@
}; };
# Specific apps # 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; outputs = inputs: with inputs;

View file

@ -5,9 +5,11 @@
openFirewall = true; openFirewall = true;
addHostedPublicNodes = false; addHostedPublicNodes = false;
peers = [ peers = [
"quic://[2607:fea8:431d:cba5:16bf:db31:5797:4170]:9651" "quic://[2607:fea8:431d:cba5:d254:c02e:e19e:7bce]:9651"
"quic://[2607:fea8:431d:cba5:d104:b60a:c847:9797]:9651" "quic://[2607:fea8:431d:cba5:ebb7:3826:6f74:f29f]:9651"
"quic://[2607:fea8:431d:cba5:1963:58fa:50f4:f841]:9651" "quic://[2607:fea8:431d:cba5:a239:58ce:a49b:9661]:9651"
"quic://99.247.177.43:9651"
"quic://150.230.26.224:9651" "quic://150.230.26.224:9651"
]; ];
}; };