Enable plantuml server, DHCP on enp5s0f1

This commit is contained in:
Erwin Boskma 2024-12-18 19:29:04 +01:00
parent 1f0b100e86
commit 00223ea675
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -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 = {