Infini-OPTIPLEX: set IP and gateway
This commit is contained in:
parent
817c34ddfe
commit
e9b409c21b
1 changed files with 15 additions and 0 deletions
|
@ -19,6 +19,21 @@
|
|||
|
||||
info.loc.home = false;
|
||||
|
||||
networking = {
|
||||
interfaces = {
|
||||
enp0s31f6 = {
|
||||
ipv4.addresses = [{
|
||||
address = "128.210.6.103";
|
||||
prefixLength = 28;
|
||||
}];
|
||||
};
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "128.210.6.97";
|
||||
interface = "enp0s31f6";
|
||||
};
|
||||
};
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
"/home"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue