From bdc3a225705a8af6f8e752cac6f4d56c945be8c3 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Mon, 16 Jun 2025 21:20:42 +0000 Subject: [PATCH] add git user to rgit service --- configuration.nix | 2 +- services/rgit.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f4b2760..244e122 100755 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,7 @@ boot.tmp.cleanOnBoot = true; networking.hostName = "server"; networking.domain = ""; - networking.enableIPv6 = true; + networking.enableIPv6 = false; networking.firewall = { enable = true; allowedTCPPorts = [80 443 9418]; diff --git a/services/rgit.nix b/services/rgit.nix index 582f15f..7aa8cc9 100755 --- a/services/rgit.nix +++ b/services/rgit.nix @@ -20,5 +20,6 @@ environment = { REFRESH_INTERVAL = "5m"; }; + user = "git:git"; }; }