feat: add gpu and luks swap, add k9s

This commit is contained in:
2024-11-18 13:03:58 +05:00
parent a7de206d8a
commit 2545200539
3 changed files with 13 additions and 5 deletions

View File

@@ -47,6 +47,7 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
services.xserver.videoDrivers = [ "amdgpu" ];
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
@@ -64,7 +65,10 @@
# Enable sound with pipewire.
hardware = {
pulseaudio.enable = false;
graphics.enable = true;
graphics = {
enable = true;
extraPackages = with pkgs; [ amdvlk ];
};
};
security.rtkit.enable = true;