Infini-SD: set static ip address
This commit is contained in:
parent
794afe7db4
commit
103051a060
1 changed files with 13 additions and 0 deletions
|
@ -19,6 +19,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
interfaces.eno4 = {
|
||||
ipv4.addresses = [{
|
||||
address = "128.210.6.109";
|
||||
prefixLength = 28;
|
||||
}];
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "128.210.6.97";
|
||||
interface = "eno4";
|
||||
};
|
||||
};
|
||||
|
||||
documentation.man.man-db.enable = false;
|
||||
|
||||
persist = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue