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,6 +5,7 @@ let hostname = "nostromo";
in {
networking = {
interfaces = {
eno1.useDHCP = false;
eno2.useDHCP = false;
eno3.useDHCP = false;
@ -16,6 +17,7 @@ in {
intif0 = { useDHCP = true; };
};
};
# fudo = {
# secrets."backplane-client-${hostname}-passwd" = {