diff options
| author | Fuwn <[email protected]> | 2024-09-17 17:36:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 17:36:12 -0700 |
| commit | 475feda8713d758573d990b9043cc11f45660951 (patch) | |
| tree | 233cf229fd3e2b5c14bc30e566225637e6246d6d /modules/nix/default.nix | |
| parent | bluetooth: fix aac (diff) | |
| download | nixos-config-475feda8713d758573d990b9043cc11f45660951.tar.xz nixos-config-475feda8713d758573d990b9043cc11f45660951.zip | |
software: aagl
Diffstat (limited to 'modules/nix/default.nix')
| -rw-r--r-- | modules/nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 8e928d5..15c26dc 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -68,6 +68,7 @@ "https://nixpkgs-unfree.cachix.org" "https://cache.flox.dev" "https://cache.iog.io" + "https://ezkea.cachix.org" ]; trusted-public-keys = [ @@ -79,6 +80,7 @@ "nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" + "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" ]; experimental-features = [ |