add nyx-loner for cachyos kernel

This commit is contained in:
2026-05-03 13:17:23 -03:00
parent c2023d022c
commit 8c424e69b8
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -83,7 +83,6 @@
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };
modules = [ modules = [
./hosts/darkgui-vps/configuration.nix ./hosts/darkgui-vps/configuration.nix
nyx-loner.nixosModules.default
]; ];
}; };
}; };
-5
View File
@@ -21,11 +21,6 @@
}; };
}; };
chaotic.nyx = {
cache.enable = true;
overlay.enable = true;
};
nix.package = pkgs.lixPackageSets.stable.lix; nix.package = pkgs.lixPackageSets.stable.lix;
} }
-1
View File
@@ -17,7 +17,6 @@ in
]; ];
boot = { boot = {
kernelPackages = pkgs.linuxPackages_cachyos-server;
loader = { loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi = { efi = {