diff --git a/services/glauth.nix b/services/glauth.nix index 851559c..81c30ea 100644 --- a/services/glauth.nix +++ b/services/glauth.nix @@ -51,7 +51,7 @@ with lib; config = mkIf cfg.enable { systemd.services.glauth = { - wantedBy = []; + wantedBy = [ "multi-user.target" ]; after = [ "network.target" ]; description = "Start a glauth server."; serviceConfig = {