From 9e42260f50d1f2b83f0f7390ab06f1db0918aa81 Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 17 Aug 2023 23:43:31 -0700 Subject: [PATCH] fix typo, should prob test b4 commit --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 093f132..2324555 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -204,7 +204,7 @@ }; "federation" = { ENABLED = true; - }: + }; }; }; services.nginx.virtualHosts."git.reidlab.online" = {