marmo: add config

This commit is contained in:
DashieTM 2024-05-08 16:08:46 +02:00
parent 7040d943cb
commit 45f6ade78c
6 changed files with 99 additions and 24 deletions

View file

@ -1 +1,9 @@
{ }
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelParams = [
"amdgpu.ppfeaturemask=0xffffffff"
];
networking.hostName = "marmo";
}