1
0
Fork 0

Hevana: update to Zen kernel, install treefmt

This commit is contained in:
Aires 2024-12-30 21:56:24 +00:00
parent 4985a3bf73
commit 4be60d79f7
2 changed files with 8 additions and 1 deletions

View file

@ -36,6 +36,7 @@ in
home-manager
openssh
sudo
treefmt2
xz.bin
# Packages required for decrypting config files
transcrypt

View file

@ -1,5 +1,10 @@
# Minisforum UM340
{ modulesPath, namespace, ... }:
{
modulesPath,
namespace,
pkgs,
...
}:
let
bootUUID = "D2E7-FE8F"; # The UUID of the boot partition.
luksUUID = "7b9c756c-ba9d-43fc-b935-7c77a70f5f1b"; # The UUID of the locked LUKS partition.
@ -8,6 +13,7 @@ in
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
kernelModules = [ "kvm-amd" ];
initrd.kernelModules = [