mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/gokapi: use multi-user instead of default target (#527496)
This commit is contained in:
commit
a086a9bc65
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
systemd.services.gokapi = {
|
||||
wantedBy = [ "default.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
environment = lib.mapAttrs (_: value: toString value) cfg.environment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue