~ruther/nixos-config

be6e522cbc40019d66d968cc55092c807db59a1d — Frantisek Bohacek 1 year, 14 days ago cb74c28
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"

Do not follow this link