refactor(boot): consolidate boot loader and kernel settings

This commit is contained in:
tux
2026-05-09 05:04:40 +05:30
parent f7d688b6c6
commit 0de17e6b4b
4 changed files with 15 additions and 7 deletions

View File

@@ -59,9 +59,6 @@
};
};
# --- Boot ---
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
# --- Networking ---
networking = {
hostName = hostName;