add git user to rgit service

This commit is contained in:
mtgmonkey 2025-06-16 21:20:42 +00:00
parent 56af2b408c
commit bdc3a22570
2 changed files with 2 additions and 1 deletions

View file

@ -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];

View file

@ -20,5 +20,6 @@
environment = {
REFRESH_INTERVAL = "5m";
};
user = "git:git";
};
}