fix interface name

This commit is contained in:
2023-12-03 21:22:35 +01:00
parent 7b6008a6c4
commit 646c909612
2 changed files with 1 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ in
config = { lib, config, pkgs, ... }: {
networking = {
hostName = "fw";
interfaces.mv-server.useDHCP = true;
interfaces.mv-vserver.useDHCP = true;
# firewall = {
# enable = true;
# allowedTCPPorts = [ 22 80 443 ];