From 33eeb345a7778494d894bdc579f713b40e26134d Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:17:23 -0400 Subject: [PATCH] common: remove cachyos kernel config --- common/kernel.nix | 11 ----------- flake.nix | 2 -- 2 files changed, 13 deletions(-) delete mode 100755 common/kernel.nix diff --git a/common/kernel.nix b/common/kernel.nix deleted file mode 100755 index bec838f..0000000 --- a/common/kernel.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ inputs, config, pkgs, ... }: - -{ - imports = [ - inputs.chaotic.nixosModules.nyx-cache - inputs.chaotic.nixosModules.nyx-overlay - inputs.chaotic.nixosModules.nyx-registry - ]; - - boot.kernelPackages = pkgs.linuxPackages_cachyos; -} \ No newline at end of file diff --git a/flake.nix b/flake.nix index 8e90576..3513642 100755 --- a/flake.nix +++ b/flake.nix @@ -8,8 +8,6 @@ authentik-nix.url = "github:nix-community/authentik-nix"; - chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; home-manager = {