ark/modules/network/default.nix

5 lines
82 B
Nix
Raw Normal View History

2020-11-21 23:54:07 +03:00
{
2022-10-04 02:08:44 +03:00
imports = [./networkmanager];
2023-01-25 16:57:18 +03:00
systemd.network.wait-online.enable = false;
2020-11-21 23:54:07 +03:00
}