mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Adjust firewall on blowhole to new motherboard
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
de00d86dc4
commit
9bc92124ed
|
@ -7,8 +7,8 @@ let
|
|||
singleton;
|
||||
|
||||
wlan = "wlp10s0";
|
||||
lan = "enp8s0f1";
|
||||
wan = "enp3s0";
|
||||
lan = "enp4s0";
|
||||
wan = "eno3";
|
||||
doVPN = "do_vpn0";
|
||||
|
||||
nomad = mapAttrs (const toString) {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
networking = {
|
||||
hostName = "blowhole";
|
||||
useDHCP = false;
|
||||
interfaces.enp7s0f1.useDHCP = true;
|
||||
|
||||
firewall.enable = false;
|
||||
hostId = "2cb135ac";
|
||||
|
|
Loading…
Reference in a new issue