fix network interface on jupiter

This commit is contained in:
2025-05-27 09:24:00 +02:00
parent 126161d083
commit c1587221f7
2 changed files with 2 additions and 2 deletions

View File

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