Add Jupiter to mycelium

This commit is contained in:
Bun 2025-05-30 00:42:55 -04:00
parent 3bf365966c
commit 6a2fd78220
8 changed files with 50 additions and 10 deletions

View file

@ -17,4 +17,9 @@
enable = config.networking.useNetworkd;
dnsovertls = "true";
};
systemd = {
services.NetworkManager-wait-online.enable = false;
network.wait-online.enable = false;
};
}