blob: 383480b93f3b033932fa9111276a4aff0ce5a175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
host,
...
}:
{
networking = {
hostName = host;
networkmanager.enable = true;
};
# Improve startup time
systemd.services.NetworkManager-wait-online.enable = false;
}
|