cachyos added

This commit is contained in:
2026-03-20 00:36:34 +00:00
parent 5749c06b20
commit d202d116c0
4 changed files with 131 additions and 9 deletions

View File

@@ -38,8 +38,6 @@
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

@@ -2,6 +2,7 @@
den,
modules,
pkgs,
inputs,
__findFile,
...
}:
@@ -24,7 +25,8 @@
boot.loader.grub.efiInstallAsRemovable = true;
networking.hostName = "doloroo-main"; # Define your hostname.
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages =
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-lts-lto;
boot.initrd.verbose = false;
boot.kernelParams = [
"boot.shell_on_fail"