This commit is contained in:
mjallen18
2026-02-03 10:20:56 -06:00
parent f856076452
commit aa7fc9c228
8 changed files with 18 additions and 16 deletions

View File

@@ -4,8 +4,6 @@
...
}:
{
fileSystems."/etc".neededForBoot = true;
# imports = [ ./hardware-configuration.nix ];
${namespace} = {
# ###################################################
@@ -123,5 +121,6 @@
# ###################################################
boot.kernelPackages = pkgs.${namespace}.linuxPackages_cachyos-server-lto;
fileSystems."/etc".neededForBoot = true;
}