fix network interface on jupiter

This commit is contained in:
Kabbone 2025-05-27 09:24:00 +02:00
parent 126161d083
commit c1587221f7
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,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

@ -11,7 +11,7 @@
};
# open the firewall
networking.firewall = {
interfaces.enp6s18 = {
interfaces.ens18 = {
allowedTCPPorts = [ 2049 ];
};
};