fix network interface on dmz,nasbak

This commit is contained in:
Kabbone 2025-05-27 09:52:44 +02:00
parent c1587221f7
commit 4a04bece79
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@
enable = true;
networks = {
"10-lan" = {
matchConfig.Name = "enp6s18";
matchConfig.Name = "ens18";
ntp = [ "192.168.101.1" ];
#domains = [ "home.opel-online.de" ];
networkConfig = {

View File

@ -199,7 +199,7 @@
enable = true;
networks = {
"10-lan" = {
matchConfig.Name = "enp6s18";
matchConfig.Name = "ens18";
ntp = [ "192.168.2.1" ];
#domains = [ "home.opel-online.de" ];
networkConfig = {

View File

@ -103,7 +103,7 @@ in
id = "vm-${name}";
mac = "04:00:00:00:00:01";
macvtap = {
link = "enp6s18";
link = "ens18";
mode = "bridge";
};
} ];