mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 09:09:04 +05:30
feat(core): add cachyos kernel and configure hosts
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{
|
||||
flake.modules.nixos.boot = {pkgs, ...}: {
|
||||
flake.modules.nixos.boot = {
|
||||
boot = {
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
supportedFilesystems = ["ntfs"];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user