From 7ab8e9d4ba8357ef9d25b44b9bf6eb507469e571 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 29 Dec 2024 23:16:17 +0200 Subject: [PATCH] Added semicolon --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index beb3022..e0418cd 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -36,7 +36,7 @@ # Apps website.enable = true; actualBudget.enable = false; - gitea.enable = true + gitea.enable = true; # Automatically pull this config from git autoUpdate.enable = true;