use systemd-networkd
This commit is contained in:
parent
653db3e87a
commit
8df38b9ca6
3 changed files with 20 additions and 2 deletions
|
@ -17,6 +17,9 @@
|
|||
# host name
|
||||
networking.hostName = "mini";
|
||||
|
||||
# main network interface
|
||||
systemd.network.networks."10-wan".matchConfig.Name = "eno1";
|
||||
|
||||
# amd graphics
|
||||
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
|
||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ amdvlk ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue