nixos/vdr: wait for network
This commit is contained in:
parent
5bc0439d70
commit
1c326dcb4f
@ -45,6 +45,7 @@ in {
|
||||
systemd.services.vdr = {
|
||||
description = "VDR";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${cfg.package}/bin/vdr \
|
||||
|
Loading…
Reference in New Issue
Block a user