Skip to content

Commit

Permalink
arcticfox: use networkd
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jan 22, 2024
1 parent 2c0abf5 commit 571b77c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hosts/arcticfox/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
firewall.enable = false;
hostName = "arcticfox";

useDHCP = false;

interfaces.eno1.useDHCP = true;
interfaces.eno2.useDHCP = true;
interfaces.eno3.useDHCP = true;
interfaces.eno4.useDHCP = true;
useDHCP = true;
useNetworkd = true;
}

0 comments on commit 571b77c

Please sign in to comment.