diff --git a/config/hosts/matrix/matrix-authentication-service.nix b/config/hosts/matrix/matrix-authentication-service.nix index 8c8ce91..53674ad 100644 --- a/config/hosts/matrix/matrix-authentication-service.nix +++ b/config/hosts/matrix/matrix-authentication-service.nix @@ -72,10 +72,8 @@ in { environment.systemPackages = with pkgs; [ matrix-authentication-service - syn2mas ]; - systemd.services.matrix-authentication-service = { description = "Matrix Authentication Service"; after = [ "network-online.target" "postgresql.service" ];