From c1001402d45124747ab5ad87484509373d03e708 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 6 Jan 2025 22:08:12 -0500 Subject: [PATCH] fix home-manager nix settings --- home/yt/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/yt/common.nix b/home/yt/common.nix index e07568e..bfbdd0b 100644 --- a/home/yt/common.nix +++ b/home/yt/common.nix @@ -9,7 +9,6 @@ settings = { experimental-features = "nix-command flakes"; auto-optimise-store = true; - flake-registry = ""; trusted-users = [ "root" "@wheel" ]; trusted-public-keys = [ "central:uWhjva6m6dhC2hqNisjn2hXGvdGBs19vPkA1dPEuwFg=" ]; substituters = [ "https://cache.cything.io/central" ];