fix: do not download global-registry.json on every nix command...
1 files changed, 3 insertions(+), 0 deletions(-) M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +3 -0
@@ 71,6 71,7 @@ security.polkit.enable = true; fonts.packages = with pkgs; [ # Fonts inter ubuntu_font_family fira-code @@ roboto 161,6 162,8 @@ settings = { connect-timeout = 5; flake-registry = builtins.toFile "global-registry.json" ''{"flakes":[],"version":2}''; auto-optimise-store = true; # Optimise syslinks substituters = [ "https://cache.nixos.org"