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

@ -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"
];
};