update default lix settings

This commit is contained in:
xenia 2025-04-19 03:12:18 -04:00
parent 9400180e4e
commit 0a7266f226
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@
# set some nix settings defaults
config.nix.settings = {
repl-overlays = [ ./repl-overlay.nix ];
experimental-features = "nix-command flakes repl-flake";
substituters = [ "https://cache.lix.systems" ];
trusted-public-keys = [ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];
experimental-features = "nix-command flakes repl-flake pipe-operator";
temp-dir = "/var/tmp";
# we're disabling the default flake registry because i don't like it
flake-registry = "";