Disabled dhcp for interfaces to be passed through
This commit is contained in:
parent
edfd136f26
commit
7795c68ca0
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
"amd_iommu=on"
|
||||
];
|
||||
|
||||
networking.interfaces.enp2s0.useDHCP = false;
|
||||
networking.interfaces.enp3s0.useDHCP = false;
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue