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 = {