fix home-manager nix settings

This commit is contained in:
cy 2025-01-06 22:08:12 -05:00
parent f439de8a8b
commit c1001402d4

View file

@ -9,7 +9,6 @@
settings = { settings = {
experimental-features = "nix-command flakes"; experimental-features = "nix-command flakes";
auto-optimise-store = true; auto-optimise-store = true;
flake-registry = "";
trusted-users = [ "root" "@wheel" ]; trusted-users = [ "root" "@wheel" ];
trusted-public-keys = [ "central:uWhjva6m6dhC2hqNisjn2hXGvdGBs19vPkA1dPEuwFg=" ]; trusted-public-keys = [ "central:uWhjva6m6dhC2hqNisjn2hXGvdGBs19vPkA1dPEuwFg=" ];
substituters = [ "https://cache.cything.io/central" ]; substituters = [ "https://cache.cything.io/central" ];