From 0cb5e1f17ea76566c7819dffeef4284b67adbb11 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Sun, 7 Jan 2024 13:51:33 -0700 Subject: [PATCH] fix: add default target to glauth service --- services/glauth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {