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"; }; }