Add gitea service

This commit is contained in:
Xinyang Li 2023-09-11 12:20:32 +00:00
parent 9c61da8046
commit 74ad2b8425
6 changed files with 308 additions and 93 deletions

View file

@ -1,6 +1,7 @@
{
networking = {
interfaces = {
eth0.useDHCP = true;
eth0.ipv6.addresses = [{
address = "2a01:4f8:c17:345f::1";
prefixLength = 64;
@ -10,6 +11,6 @@
address = "fe80::1";
interface = "eth0";
};
nameservers = [ "2a00:1098:2b::1" "2a00:1098:2c::1" "2a01:4f9:c010:3f02::1"];
nameservers = [ ];
};
}
}