]> Git — Sourcephile - sourcephile-nix.git/blob - network/mermet/hosting/ptt.nix
nix: revamp the hierarchy
[sourcephile-nix.git] / network / mermet / hosting / ptt.nix
1 { pkgs, lib, config, ... }:
2 {
3 networking = {
4 interfaces.enp1s0.useDHCP = true;
5 interfaces.enp2s0.useDHCP = true;
6 interfaces.enp3s0.useDHCP = true;
7 };
8 }