summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-22 16:38:42 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-22 16:38:42 +0100
commit3982929a602475ffa6cb36b109620ef78d175793 (patch)
treef30a0428143ddd16aa91dc977ab57d3a0360c292
parent439f0b5f8dee1724ece28407a0462c05a8a5fa64 (diff)
Moved lix to be above nixos in cache priority
-rw-r--r--modules/nixos/base/nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/base/nix.nix b/modules/nixos/base/nix.nix
index a7e2265..748dbe6 100644
--- a/modules/nixos/base/nix.nix
+++ b/modules/nixos/base/nix.nix
@@ -9,13 +9,13 @@
settings = {
substituters = [
- "https://cache.nixos.org/"
"https://cache.lix.systems"
+ "https://cache.nixos.org/"
];
trusted-public-keys = [
- "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"cache.lix.systems-1:32QFpmvZsbQ8HhH3dBHDx1E8zFGbxqMNxjE2Rk5OGcQ="
+ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
experimental-features = [
"nix-command"