add startup delay
This commit is contained in:
parent
62a6647bd5
commit
5bcf240384
@ -6,7 +6,7 @@
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
path = [ pkgs.util-linux pkgs.parted pkgs.nixos-install-tools pkgs.nixos-anywhere pkgs.disko ];
|
||||
|
||||
preStart = "/bin/sleep 60";
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user