From 1f8fb0c53d99e30e0097ec748acf6d640dfd058a Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 23 Mar 2026 17:50:37 +0100 Subject: [PATCH] Added cache substitution and reenabled custom kernel --- hosts/framework/modules.nix | 2 +- modules/common/nix.nix | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hosts/framework/modules.nix b/hosts/framework/modules.nix index dc7ec2d..717da8d 100644 --- a/hosts/framework/modules.nix +++ b/hosts/framework/modules.nix @@ -11,7 +11,7 @@ in modules.nixos.secrets modules.nixos.desktop.bluetooth modules.nixos.desktop.utils - #modules.nixos.gaming.kernel + modules.nixos.gaming.kernel modules.nixos.gaming.amd modules.nixos.gaming.starCitizen modules.nixos.gaming.steam diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 13bf506..6564290 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -21,15 +21,16 @@ "https://cache.nixos.org" "https://nix-community.cachix.org" "https://hyprland.cachix.org" - "https://nix-citizen.cachix.org" + "https://nix-citizen.cachix.org" + "https://attic.xuyh0120.win/lantian" ]; - trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-citizen.cachix.org-1:lPMkWc2X8XD4/7YPEEwXKKBg+SVbYTVrAaLA2wQTKCo=" - ]; + "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" + ]; }; };