Don't wait to run export on nixos-rebuild
This commit is contained in:
parent
815c847081
commit
86637074e8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ in {
|
|||
PrivateTmp = true;
|
||||
WorkingDirectory = "/tmp";
|
||||
};
|
||||
wantedBy = ["multi-user.target"];
|
||||
wantedBy = ["timers.target"];
|
||||
};
|
||||
systemd.services.fieldseeker-sync-webserver = {
|
||||
after=["network.target" "network-online.target"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue