nostromo: add 'interfaces' nesting
This commit is contained in:
parent
57b17760fc
commit
5d572b3726
@ -5,6 +5,7 @@ let hostname = "nostromo";
|
|||||||
in {
|
in {
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
interfaces = {
|
||||||
eno1.useDHCP = false;
|
eno1.useDHCP = false;
|
||||||
eno2.useDHCP = false;
|
eno2.useDHCP = false;
|
||||||
eno3.useDHCP = false;
|
eno3.useDHCP = false;
|
||||||
@ -16,6 +17,7 @@ in {
|
|||||||
|
|
||||||
intif0 = { useDHCP = true; };
|
intif0 = { useDHCP = true; };
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# fudo = {
|
# fudo = {
|
||||||
# secrets."backplane-client-${hostname}-passwd" = {
|
# secrets."backplane-client-${hostname}-passwd" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user