try gitea container
This commit is contained in:
parent
cac9721b0c
commit
f3263cda61
1 changed files with 3 additions and 0 deletions
|
|
@ -98,7 +98,9 @@ in
|
|||
# };
|
||||
|
||||
containers.gitea = {
|
||||
extraFlags = [ "-U" ];
|
||||
autoStart = true;
|
||||
empheral = true;
|
||||
privateNetwork = true;
|
||||
hostBridge = "server";
|
||||
localAddress = "10.42.97.2/24";
|
||||
|
|
@ -154,6 +156,7 @@ in
|
|||
system.stateVersion = "23.05";
|
||||
|
||||
networking = {
|
||||
interfaces."eth0".useDHCP = true;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue