Skip to content

Instantly share code, notes, and snippets.

@tmciver
Created March 29, 2021 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmciver/f19056d8e599c39667cb6059c0f69532 to your computer and use it in GitHub Desktop.
Save tmciver/f19056d8e599c39667cb6059c0f69532 to your computer and use it in GitHub Desktop.
networking.useDHCP = false;
networking.interfaces.enp0s31f6.useDHCP = false;
networking.interfaces.enp0s31f6.ipv4.addresses = [ {
address = "192.168.0.101";
prefixLength = 24;
} ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment