cachy kernel test

This commit is contained in:
2026-03-20 00:31:05 +00:00
parent cdaf170f6f
commit 5749c06b20
2 changed files with 15 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
den,
__findFile,
modules,
inputs,
...
}:
{
@@ -37,6 +38,8 @@
shell = pkgs.fish;
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
};
boot.kernelPackage =
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-lts-lto;
};
homeManager =
{ home, pkgs, ... }:

View File

@@ -0,0 +1,12 @@
{
modules,
den,
inputs,
...
}:
{
flake-file.inputs = {
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
};
# inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-lts-lto;
}