calcite: fix nixos-rebuild wait for nm-online

This commit is contained in:
xinyangli 2024-08-25 16:31:08 +08:00
parent 6120ca25fb
commit 44482b9e9e
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
dns = "systemd-resolved";
};
};
systemd.services.NetworkManager-wait-online.enable = false;
services.resolved = {
enable = true;