fix interface name
This commit is contained in:
@@ -62,7 +62,6 @@
|
|||||||
ethtool # manage NIC settings (offload, NIC feeatures, ...)
|
ethtool # manage NIC settings (offload, NIC feeatures, ...)
|
||||||
tcpdump # view network traffic
|
tcpdump # view network traffic
|
||||||
conntrack-tools # view network connection states
|
conntrack-tools # view network connection states
|
||||||
sysbox
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ in
|
|||||||
config = { lib, config, pkgs, ... }: {
|
config = { lib, config, pkgs, ... }: {
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "fw";
|
hostName = "fw";
|
||||||
interfaces.mv-server.useDHCP = true;
|
interfaces.mv-vserver.useDHCP = true;
|
||||||
# firewall = {
|
# firewall = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# allowedTCPPorts = [ 22 80 443 ];
|
# allowedTCPPorts = [ 22 80 443 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user