Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 997 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 997 Bytes

Nix flake

nixos cfg works lint status

NixOS configurations. ~100% config Nixfied.

with


Binary Cache

nix.settings = {
  substituters = ["https://cache.garnix.io"];
  trusted-public-keys = [
    "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
  ];
};