add git user to rgit service
This commit is contained in:
parent
56af2b408c
commit
bdc3a22570
2 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
|
|
@ -20,5 +20,6 @@
|
|||
environment = {
|
||||
REFRESH_INTERVAL = "5m";
|
||||
};
|
||||
user = "git:git";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue