Disabled dhcp for interfaces to be passed through

This commit is contained in:
Tim Schubert 2022-04-03 19:38:23 +02:00
parent edfd136f26
commit 7795c68ca0
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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";