Remove non-static ipv6 addresses from Mycelium and add back the public peers, why not

This commit is contained in:
Bun 2025-06-04 23:36:50 -04:00
parent 761280992e
commit 0efd6ad66e
3 changed files with 3 additions and 8 deletions

View file

@ -72,7 +72,7 @@
# Desktops # Desktops
tower.imports = [ ./hosts/tower ]; tower.imports = [ ./hosts/tower ];
#detritus.imports = [ ./hosts/detritus ]; detritus.imports = [ ./hosts/detritus ];
# Laptops # Laptops
intuos.imports = [ ./hosts/intuos ]; intuos.imports = [ ./hosts/intuos ];

View file

@ -5,11 +5,11 @@
loader.timeout = 0; loader.timeout = 0;
initrd.verbose = false; initrd.verbose = false;
kernelParams = [ kernelParams = [
"quiet"
"splash"
"loglevel=3" "loglevel=3"
"quiet"
"rd.systemd.show_status=false" "rd.systemd.show_status=false"
"rd.udev.log_level=3" "rd.udev.log_level=3"
"splash"
"udev.log_priority=3" "udev.log_priority=3"
]; ];
}; };

View file

@ -3,12 +3,7 @@
services.mycelium = { services.mycelium = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
addHostedPublicNodes = false;
peers = [ 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://99.247.177.43:9651"
"quic://150.230.26.224:9651" "quic://150.230.26.224:9651"
]; ];