Enable plantuml server, DHCP on enp5s0f1
This commit is contained in:
parent
1f0b100e86
commit
00223ea675
1 changed files with 11 additions and 3 deletions
|
@ -345,9 +345,13 @@
|
||||||
Name = "enp5s0f1";
|
Name = "enp5s0f1";
|
||||||
};
|
};
|
||||||
|
|
||||||
addresses = [
|
networkConfig = {
|
||||||
{ Address = "192.168.42.10/24"; }
|
DHCP = "yes";
|
||||||
];
|
};
|
||||||
|
|
||||||
|
# addresses = [
|
||||||
|
# { Address = "192.168.42.10/24"; }
|
||||||
|
# ];
|
||||||
};
|
};
|
||||||
"41-horus1" = {
|
"41-horus1" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
@ -505,6 +509,10 @@
|
||||||
"mistral"
|
"mistral"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
plantuml-server = {
|
||||||
|
enable = true;
|
||||||
|
listenPort = 5080;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue