fix home-manager nix settings
This commit is contained in:
parent
f439de8a8b
commit
c1001402d4
1 changed files with 0 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue