home: nix: fix cache configuration
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Copy-paste is bad kids, the home-manager module does *not* do the same as NixOS. I was rebuilding the world, since this was overriding the official Hydra cache...
This commit is contained in:
parent
a0dde6f274
commit
b2a199c9a0
|
@ -63,13 +63,11 @@ in
|
|||
(lib.mkIf cfg.cache.selfHosted {
|
||||
nix = {
|
||||
settings = {
|
||||
# The NixOS module adds the official Hydra cache by default
|
||||
# No need to use `extra-*` options.
|
||||
substituters = [
|
||||
extra-substituters = [
|
||||
"https://cache.belanyi.fr/"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
extra-trusted-public-keys = [
|
||||
"cache.belanyi.fr:LPhrTqufwfxTceg1nRWueDWf7/2zSVY9K00pq2UI7tw="
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue