build: fix systemd dependency
All checks were successful
Build and push Docker image / build-and-publish (push) Successful in 6m29s
All checks were successful
Build and push Docker image / build-and-publish (push) Successful in 6m29s
This commit is contained in:
parent
de546a3e21
commit
2aa53823fa
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ in
|
|||
systemd.services.staxman = {
|
||||
description = "Scatting system management";
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment.STAX_ARION_BIN = "${pkgs.arion}/bin/arion";
|
||||
environment.STAX_DIR = cfg.stackDir;
|
||||
|
|
Reference in a new issue