Hevana: update to Zen kernel, install treefmt
This commit is contained in:
parent
4985a3bf73
commit
4be60d79f7
|
@ -36,6 +36,7 @@ in
|
||||||
home-manager
|
home-manager
|
||||||
openssh
|
openssh
|
||||||
sudo
|
sudo
|
||||||
|
treefmt2
|
||||||
xz.bin
|
xz.bin
|
||||||
# Packages required for decrypting config files
|
# Packages required for decrypting config files
|
||||||
transcrypt
|
transcrypt
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Minisforum UM340
|
# Minisforum UM340
|
||||||
{ modulesPath, namespace, ... }:
|
{
|
||||||
|
modulesPath,
|
||||||
|
namespace,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
bootUUID = "D2E7-FE8F"; # The UUID of the boot partition.
|
bootUUID = "D2E7-FE8F"; # The UUID of the boot partition.
|
||||||
luksUUID = "7b9c756c-ba9d-43fc-b935-7c77a70f5f1b"; # The UUID of the locked LUKS 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") ];
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
|
|
||||||
initrd.kernelModules = [
|
initrd.kernelModules = [
|
||||||
|
|
Loading…
Reference in a new issue