From c2023d022c34f187c1ca96a60be625be5f837d8e Mon Sep 17 00:00:00 2001 From: DarkGuibrine Date: Sun, 3 May 2026 13:14:18 -0300 Subject: [PATCH] add nyx-loner for cachyos kernel --- flake.nix | 1 + hosts/Alfa/configuration.nix | 2 +- hosts/darkgui-vps/config/nix-helper.nix | 5 +++++ hosts/darkgui-vps/configuration.nix | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ee5d19b..b78e9b2 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,7 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/darkgui-vps/configuration.nix + nyx-loner.nixosModules.default ]; }; }; diff --git a/hosts/Alfa/configuration.nix b/hosts/Alfa/configuration.nix index a52d3a9..7bc69ce 100644 --- a/hosts/Alfa/configuration.nix +++ b/hosts/Alfa/configuration.nix @@ -15,7 +15,7 @@ ## Configuraçãao do bootloader boot = { #kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = pkgs.linuxPackages_cachyos; + kernelPackages = pkgs.linuxPackages_cachyos-gcc; #kernelPackages = inputs.nix-cachyos.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; diff --git a/hosts/darkgui-vps/config/nix-helper.nix b/hosts/darkgui-vps/config/nix-helper.nix index 32135cf..8ee8054 100644 --- a/hosts/darkgui-vps/config/nix-helper.nix +++ b/hosts/darkgui-vps/config/nix-helper.nix @@ -21,6 +21,11 @@ }; }; + 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 3a2b43c..6f22a93 100644 --- a/hosts/darkgui-vps/configuration.nix +++ b/hosts/darkgui-vps/configuration.nix @@ -17,6 +17,7 @@ in ]; boot = { + kernelPackages = pkgs.linuxPackages_cachyos-server; loader = { systemd-boot.enable = true; efi = {