cachy kernel test
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
den,
|
den,
|
||||||
__findFile,
|
__findFile,
|
||||||
modules,
|
modules,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@@ -37,6 +38,8 @@
|
|||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
|
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
|
||||||
};
|
};
|
||||||
|
boot.kernelPackage =
|
||||||
|
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-lts-lto;
|
||||||
};
|
};
|
||||||
homeManager =
|
homeManager =
|
||||||
{ home, pkgs, ... }:
|
{ home, pkgs, ... }:
|
||||||
|
|||||||
12
config/modules/cachyos-kernel.nix
Normal file
12
config/modules/cachyos-kernel.nix
Normal 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user