This commit is contained in:
Chris Kruining 2024-07-23 22:00:59 +02:00
parent db512e1f74
commit e01ffa4cec
14 changed files with 14 additions and 32 deletions

View file

@ -16,7 +16,7 @@ in {
enable = mkEnableOption "network manager";
};
config =mkIf cfg.networkManager.enable {
config = mkIf cfg.enable {
systemd.services.NetworkManager-wait-online.enable = false;
networking = {