nixos/sing-box: wait until network is up (#449541)

This commit is contained in:
Sandro
2026-03-01 04:33:59 +00:00
committed by GitHub
@@ -89,6 +89,8 @@ in
"${lib.getExe cfg.package} -D \${STATE_DIRECTORY} -C \${RUNTIME_DIRECTORY} run"
];
};
# After= is specified by upstream
requires = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
};