mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 15:54:58 +08:00
8 lines
180 B
Nix
8 lines
180 B
Nix
{
|
|
nix.settings.trusted-public-keys = [
|
|
"om.cachix.org-1:ifal/RLZJKN4sbpScyPGqJ2+appCslzu7ZZF/C01f2Q="
|
|
];
|
|
nix.settings.substituters = [
|
|
"https://om.cachix.org"
|
|
];
|
|
}
|