new network setup

This commit is contained in:
Swarsel 2024-02-18 14:56:46 +01:00
parent fd2f0e3601
commit abfa84e9aa
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 92 additions and 50 deletions

View file

@ -21,6 +21,7 @@
networking.hostName = "fourside"; # Define your hostname.
networking.firewall.enable = false;
stylix.image = ../../wallpaper/lenovowp.png;
@ -73,6 +74,16 @@
hardware = {
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
vulkan-loader
vulkan-validation-layers
vulkan-extension-layer
];
};
bluetooth.enable = true;
};