update config, use NetworkManager
This commit is contained in:
parent
b0c5f1e67e
commit
5515e4f5a5
5 changed files with 6 additions and 31 deletions
|
@ -17,15 +17,6 @@
|
|||
# host name
|
||||
networking.hostName = "mini";
|
||||
|
||||
# main network interface via systemd-networkd
|
||||
networking.useDHCP = false;
|
||||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-lan" = {
|
||||
matchConfig.Name = "eno1";
|
||||
networkConfig.DHCP = "yes";
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
|
||||
# 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