nostromo: add 'interfaces' nesting
This commit is contained in:
parent
57b17760fc
commit
5d572b3726
|
@ -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" = {
|
||||
|
|
Loading…
Reference in New Issue