From 41a260c9e8b8754fcf590220633117377dc5fb4d Mon Sep 17 00:00:00 2001 From: Jade Date: Tue, 13 Dec 2022 18:55:21 +0100 Subject: [PATCH] meow --- monosodium-glutamate-g/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/monosodium-glutamate-g/configuration.nix b/monosodium-glutamate-g/configuration.nix index 93a5449..b0b8812 100644 --- a/monosodium-glutamate-g/configuration.nix +++ b/monosodium-glutamate-g/configuration.nix @@ -25,6 +25,7 @@ boot.loader.efi.canTouchEfiVariables = true; # latest linux kernel boot.kernelPackages = pkgs.linuxPackages_latest; + boot.initrd.kernelModules = [ "amdgpu" ]; networking.hostName = "monosodium-glutamate-g"; @@ -58,6 +59,12 @@ # networking.firewall.allowedTCPPorts = [ 4713 ]; systemd.services."NetworkManager-wait-online".enable = false; + systemd.tmpfiles.rules = [ + "L+ /opt/rocm/hip - - - - ${pkgs.hip}" + ]; + services.xserver.enable = true; + services.xserver.videoDrivers = [ "amdgpu" ]; + # release channel system.stateVersion = "22.05"; # Did you read the comment?