meow
This commit is contained in:
parent
8921e96251
commit
41a260c9e8
1 changed files with 7 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue