[NixOS] Use the default cache before cache.railbird.ai by default
This commit is contained in:
parent
a5ba4c9cc3
commit
8f20c46aac
@ -57,7 +57,7 @@
|
||||
features.full.enable = false;
|
||||
modules.base.enable = true;
|
||||
modules.desktop.enable = true;
|
||||
modules.xmonad.enable = true;
|
||||
modules.xmonad.enable = false;
|
||||
modules.gnome.enable = true;
|
||||
modules.code.enable = true;
|
||||
modules.syncthing.enable = true;
|
||||
|
@ -34,6 +34,7 @@
|
||||
];
|
||||
settings.nix-path = nixPath;
|
||||
binaryCaches = [
|
||||
"https://cache.nixos.org"
|
||||
"https://cache.railbird.ai"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
|
Loading…
Reference in New Issue
Block a user