nostromo: add 'interfaces' nesting

This commit is contained in:
Niten 2021-04-21 10:55:09 -07:00
parent 57b17760fc
commit 5d572b3726
1 changed files with 11 additions and 9 deletions

View File

@ -5,16 +5,18 @@ let hostname = "nostromo";
in {
networking = {
eno1.useDHCP = false;
eno2.useDHCP = false;
eno3.useDHCP = false;
eno4.useDHCP = false;
enp33s0f0.useDHCP = false;
enp33s0f1.useDHCP = false;
enp9s0f0.useDHCP = false;
enp9s0f1.useDHCP = false;
interfaces = {
eno1.useDHCP = false;
eno2.useDHCP = false;
eno3.useDHCP = false;
eno4.useDHCP = false;
enp33s0f0.useDHCP = false;
enp33s0f1.useDHCP = false;
enp9s0f0.useDHCP = false;
enp9s0f1.useDHCP = false;
intif0 = { useDHCP = true; };
intif0 = { useDHCP = true; };
};
};
# fudo = {