fix: add default target to glauth service

main
Louis Pearson 2024-01-07 13:51:33 -07:00
parent 320e3e8673
commit 0cb5e1f17e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {