add git user to rgit service
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
networking.hostName = "server";
|
networking.hostName = "server";
|
||||||
networking.domain = "";
|
networking.domain = "";
|
||||||
networking.enableIPv6 = true;
|
networking.enableIPv6 = false;
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [80 443 9418];
|
allowedTCPPorts = [80 443 9418];
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
environment = {
|
environment = {
|
||||||
REFRESH_INTERVAL = "5m";
|
REFRESH_INTERVAL = "5m";
|
||||||
};
|
};
|
||||||
|
user = "git:git";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user