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 c606f79..cfacbf6 100644 --- a/hosts/darkgui-vps/configuration.nix +++ b/hosts/darkgui-vps/configuration.nix @@ -17,7 +17,10 @@ in ]; boot = { +<<<<<<< HEAD kernelPackages = pkgs.linux_cachyos-server; +======= +>>>>>>> 8c424e69b85789b646939b1787e64e7cb8e5a341 loader = { systemd-boot.enable = true; efi = {