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";
|
||||
};
|
||||
|
||||
addresses = [
|
||||
{ Address = "192.168.42.10/24"; }
|
||||
];
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
};
|
||||
|
||||
# addresses = [
|
||||
# { Address = "192.168.42.10/24"; }
|
||||
# ];
|
||||
};
|
||||
"41-horus1" = {
|
||||
matchConfig = {
|
||||
|
@ -505,6 +509,10 @@
|
|||
"mistral"
|
||||
];
|
||||
};
|
||||
plantuml-server = {
|
||||
enable = true;
|
||||
listenPort = 5080;
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue