diff options
| author | Fuwn <[email protected]> | 2024-10-27 15:52:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-27 15:52:29 -0700 |
| commit | 1124ccd4ccf26f887b26f4504d4a03ec46c3d637 (patch) | |
| tree | 1946ee3d1e9ec8b8126fdbeee427151bcde635d8 /modules/core/nix | |
| parent | hosts: initialise simple kioku configuration (diff) | |
| download | nixos-config-1124ccd4ccf26f887b26f4504d4a03ec46c3d637.tar.xz nixos-config-1124ccd4ccf26f887b26f4504d4a03ec46c3d637.zip | |
lock: tsutsumi
Diffstat (limited to 'modules/core/nix')
| -rw-r--r-- | modules/core/nix/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index aac1b84..f1919f0 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -47,8 +47,7 @@ "@wheel" ]; - substituters = [ - "https://cache.nixos.org/" + extra-substituters = [ "https://nix-community.cachix.org" "https://hyprland.cachix.org" "https://nyx.chaotic.cx/" @@ -63,7 +62,7 @@ "https://devenv.cachix.org" ]; - trusted-public-keys = [ + extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8=" |