From 8c424e69b85789b646939b1787e64e7cb8e5a341 Mon Sep 17 00:00:00 2001 From: DarkGuibrine Date: Sun, 3 May 2026 13:17:23 -0300 Subject: [PATCH] add nyx-loner for cachyos kernel --- flake.nix | 1 - hosts/darkgui-vps/config/nix-helper.nix | 5 ----- hosts/darkgui-vps/configuration.nix | 1 - 3 files changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index b78e9b2..ee5d19b 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,6 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/darkgui-vps/configuration.nix - nyx-loner.nixosModules.default ]; }; }; diff --git a/hosts/darkgui-vps/config/nix-helper.nix b/hosts/darkgui-vps/config/nix-helper.nix index 8ee8054..32135cf 100644 --- a/hosts/darkgui-vps/config/nix-helper.nix +++ b/hosts/darkgui-vps/config/nix-helper.nix @@ -21,11 +21,6 @@ }; }; - chaotic.nyx = { - cache.enable = true; - overlay.enable = true; - }; - nix.package = pkgs.lixPackageSets.stable.lix; } diff --git a/hosts/darkgui-vps/configuration.nix b/hosts/darkgui-vps/configuration.nix index 6f22a93..3a2b43c 100644 --- a/hosts/darkgui-vps/configuration.nix +++ b/hosts/darkgui-vps/configuration.nix @@ -17,7 +17,6 @@ in ]; boot = { - kernelPackages = pkgs.linuxPackages_cachyos-server; loader = { systemd-boot.enable = true; efi = {