redmine läuft
This commit is contained in:
parent
d5941898c8
commit
ac91948a06
1 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,15 @@
|
|||
hostName = "pro";
|
||||
domain = lib.mkForce "stura.htw-dresden.de";
|
||||
firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
interfaces.eth0.ipv4.addresses = [
|
||||
{
|
||||
address = "141.56.51.15";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
defaultGateway.address = "141.56.51.254";
|
||||
defaultGateway.interface = "eth0";
|
||||
|
||||
# firewall.allowedTCPPorts = [ 80 443 3000 ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue