treewide: change deprecated and renamed option and package names

This commit is contained in:
Cilly Leang 2025-11-21 23:14:31 +11:00
parent 8ae384686c
commit c5dd3e4f5e
Signed by: cilly
GPG key ID: 6500251E087653C9
9 changed files with 13 additions and 14 deletions

View file

@ -13,4 +13,8 @@
];
kernelPackages = lib.mkForce (pkgs.linuxPackagesFor pkgs.me.linux-lava);
};
hardware.amdgpu.overdrive = {
enable = true;
ppfeaturemask = "0xffffffff";
};
}