From 0efd6ad66e8bef81a2d6fe8b9e353024a00e5788 Mon Sep 17 00:00:00 2001 From: Bun Date: Wed, 4 Jun 2025 23:36:50 -0400 Subject: [PATCH] Remove non-static ipv6 addresses from Mycelium and add back the public peers, why not --- flake.nix | 2 +- modules/system/devices/boot/plymouth/default.nix | 4 ++-- modules/system/devices/networking/mycelium/default.nix | 5 ----- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index e0e28421..0f835fb1 100644 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ # Desktops tower.imports = [ ./hosts/tower ]; - #detritus.imports = [ ./hosts/detritus ]; + detritus.imports = [ ./hosts/detritus ]; # Laptops intuos.imports = [ ./hosts/intuos ]; diff --git a/modules/system/devices/boot/plymouth/default.nix b/modules/system/devices/boot/plymouth/default.nix index a1279fde..993a6e6f 100644 --- a/modules/system/devices/boot/plymouth/default.nix +++ b/modules/system/devices/boot/plymouth/default.nix @@ -5,11 +5,11 @@ loader.timeout = 0; initrd.verbose = false; kernelParams = [ - "quiet" - "splash" "loglevel=3" + "quiet" "rd.systemd.show_status=false" "rd.udev.log_level=3" + "splash" "udev.log_priority=3" ]; }; diff --git a/modules/system/devices/networking/mycelium/default.nix b/modules/system/devices/networking/mycelium/default.nix index 82ae571d..4120e529 100644 --- a/modules/system/devices/networking/mycelium/default.nix +++ b/modules/system/devices/networking/mycelium/default.nix @@ -3,12 +3,7 @@ services.mycelium = { enable = true; openFirewall = true; - addHostedPublicNodes = false; peers = [ - "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" ];