nixos-dotfiles/hosts/titan/cachix/helix.nix
Alex Stan 1500c1a833 change hostname to titan
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
2023-07-11 22:08:46 +03:00

14 lines
224 B
Nix

{
nix = {
settings = {
substituters = [
"https://helix.cachix.org"
];
trusted-public-keys = [
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
];
};
};
}