From 71be276965c9b5e04e6756d097320f2699694e33 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 13 Aug 2024 11:30:51 +0200 Subject: [PATCH] module.nix: added public keys for nixpkgs-wayland --- flake.nix | 2 +- modules/system/nix/module.nix | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 29d1d61..22a1ef4 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # Stylix my beloved + # I do not like stylix, but have no time to get rid of it. stylix.url = "github:danth/stylix"; quickshell = { diff --git a/modules/system/nix/module.nix b/modules/system/nix/module.nix index 8f5a7f1..ae32c7f 100644 --- a/modules/system/nix/module.nix +++ b/modules/system/nix/module.nix @@ -124,22 +124,24 @@ # make sure the substituters listed here are trusted. substituters = [ "https://cache.nixos.org" # funny binary cache - # "https://cache.privatevoid.net" # for nix-super + "https://cache.privatevoid.net" # for nix-super "https://nix-community.cachix.org" # nix-community cache "https://hyprland.cachix.org" # hyprland "https://nixpkgs-unfree.cachix.org" # unfree-package cache "https://anyrun.cachix.org" # anyrun program launcher "https://neovim-flake.cachix.org" # a cache for nvf "https://cache.garnix.io" # garnix binary cache, hosts prismlauncher + "https://nixpkgs-wayland.cachix.org" # nixpkgs-wayland ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" - # "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" + "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs=" "anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s=" + "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" ]; }; };