nixos/multipass: don't start until online
This commit is contained in:
parent
bc8ebd6a12
commit
0dfc5c14d7
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ in
|
|||
description = "Multipass orchestrates virtual Ubuntu instances.";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network.target" ];
|
||||
after = [ "network.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
|
||||
environment = {
|
||||
"XDG_DATA_HOME" = "/var/lib/multipass/data";
|
||||
|
|
Loading…
Reference in a new issue