avahi wait for cloud final

This commit is contained in:
Evan Reichard 2025-04-10 07:28:43 -04:00
parent 11495102c7
commit bd4855e4f0

View File

@ -24,4 +24,10 @@ in
};
};
};
# Cloud Init
systemd.services.avahi-daemon = mkIf config.${namespace}.services.cloud-init.enable {
after = [ "cloud-final.service" ];
requires = [ "cloud-final.service" ];
};
}