machines/raven: add temporary network config
This commit is contained in:
parent
ff335788e8
commit
55e18903b6
1 changed files with 22 additions and 1 deletions
|
|
@ -11,7 +11,28 @@
|
|||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
interfaces.enp0s25.useDHCP = true;
|
||||
vlans = {
|
||||
jt = {
|
||||
id = 2;
|
||||
interface = "enp0s25";
|
||||
};
|
||||
labprod = {
|
||||
id = 1;
|
||||
interface = "enp0s25";
|
||||
};
|
||||
labdev = {
|
||||
id = 5;
|
||||
interface = "enp0s25";
|
||||
};
|
||||
};
|
||||
interfaces = {
|
||||
labprod.useDHCP = true;
|
||||
jt.useDHCP = true;
|
||||
labdev.ipv4.addresses = [{
|
||||
address = "192.168.0.1";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue