summaryrefslogtreecommitdiff
path: root/modules/core/nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-27 15:52:29 -0700
committerFuwn <[email protected]>2024-10-27 15:52:29 -0700
commit1124ccd4ccf26f887b26f4504d4a03ec46c3d637 (patch)
tree1946ee3d1e9ec8b8126fdbeee427151bcde635d8 /modules/core/nix
parenthosts: initialise simple kioku configuration (diff)
downloadnixos-config-1124ccd4ccf26f887b26f4504d4a03ec46c3d637.tar.xz
nixos-config-1124ccd4ccf26f887b26f4504d4a03ec46c3d637.zip
lock: tsutsumi
Diffstat (limited to 'modules/core/nix')
-rw-r--r--modules/core/nix/default.nix5
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="