Systemd-networkd-wait-online[934764]: Timeout occurred while waiting for network connectivity

ok… nvm… after setting the following in my nix-config:

    age.secrets.wireguard = {
      file = ./wireguard.age;
      mode = "600";
      owner = "tornax";
      group = "wheel";
    };

the linked file still has 0444 permissions…