Skip to content

Commit

Permalink
Update gfdesk to use a bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Dec 18, 2023
1 parent c16ef0a commit 115fcf1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions machines/gfdesk/net.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
networking.useDHCP = true;

# TODO set up VLANs when the new switch arrives
networking = {
useDHCP = false;
interfaces."br0".useDHCP = true;
bridges."br0".interfaces = [ "eno4" ];
};
}

0 comments on commit 115fcf1

Please sign in to comment.