diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-17 00:00:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-17 00:00:13 +0100 |
commit | 3c5f4b55e6e07414d204f682c449ad39fb4916c0 (patch) | |
tree | 8752553db764ce9c2d79fdefc6b692606ff785e9 | |
parent | 78440a03d270eaacf68179dd79d5a016e45828ca (diff) | |
download | nixcfg-3c5f4b55e6e07414d204f682c449ad39fb4916c0.tar.gz nixcfg-3c5f4b55e6e07414d204f682c449ad39fb4916c0.zip |
fix typo
-rw-r--r-- | cluster/staging/node/cariacou.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/node/cariacou.nix b/cluster/staging/node/cariacou.nix index 818a88e..d653979 100644 --- a/cluster/staging/node/cariacou.nix +++ b/cluster/staging/node/cariacou.nix @@ -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=" ]; } |