add ephemeral
This commit is contained in:
parent
6ca4ad7ce4
commit
52109abbc0
1 changed files with 3 additions and 3 deletions
|
|
@ -99,7 +99,7 @@ in
|
|||
|
||||
containers.gitea = {
|
||||
autoStart = true;
|
||||
# ephemeral = true;
|
||||
ephemeral = true;
|
||||
macvlans = [ "vserver" ];
|
||||
# privateNetwork = true;
|
||||
# hostBridge = "server";
|
||||
|
|
@ -122,7 +122,7 @@ in
|
|||
# interfaces.mv-vserver.useDHCP = true;
|
||||
interfaces.mv-vserver = {
|
||||
useDHCP = true;
|
||||
ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
|
||||
# ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
|
||||
};
|
||||
# firewall = {
|
||||
# enable = true;
|
||||
|
|
@ -171,7 +171,7 @@ in
|
|||
# };
|
||||
# };
|
||||
#
|
||||
# system.stateVersion = "23.05";
|
||||
system.stateVersion = "23.05";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue