~ruther/nixos-config

6adbdb7fead4e6a8f962ecc0cc4ac0a682100dbd — Frantisek Bohacek 1 year, 6 months ago 395db42
feat: add my cachix instance
1 files changed, 8 insertions(+), 0 deletions(-)

M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +8 -0
@@ 58,6 58,7 @@
    jetbrains-mono
    font-awesome                            # Icons
    corefonts                               # MS
    vistafonts
    (nerdfonts.override {                   # Nerdfont Icons override
      fonts = [
        "FiraCode"


@@ 122,6 123,13 @@
  nix = {                                   # Nix Package Manager settings
    settings ={
      auto-optimise-store = true;           # Optimise syslinks
      substituters = [
        "https://cache.nixos.org"
        "https://rutherther.cachix.org"
      ];
      trusted-public-keys = [
        "rutherther.cachix.org-1:O9st5Dq/VHb0T8+vwZ0aP4sjzzCn7Ry60wSyXaRW7j8="
      ];
    };
    gc = {                                  # Automatic garbage collection
      automatic = true;

Do not follow this link