nixos: wait for network online

This commit is contained in:
Robin Appelman 2024-05-17 20:24:56 +02:00
commit d589fc71dd

View file

@ -68,6 +68,7 @@ in {
systemd.services."palantir" = {
wantedBy = ["multi-user.target"];
after = ["systemd-networkd-wait-online.service"];
path = lib.optional cfg.zfs pkgs.zfs;
environment =
{