This commit is contained in:
Alex 2022-11-17 00:00:13 +01:00
parent 78440a03d2
commit 3c5f4b55e6
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# use our cache as additionnal substituer
nix.settings.substituers = [ "https://nix.web.deuxfleurs.fr" ];
nix.settings.substituters = [ "https://nix.web.deuxfleurs.fr" ];
nix.settings.trusted-public-keys = [ "nix.web.deuxfleurs.fr:eTGL6kvaQn6cDR/F9lDYUIP9nCVR/kkshYfLDJf1yKs=" ];
}