mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 08:25:07 +03:00
Ooooof: remove my binarycache due to ooooof
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
ab528c81b2
commit
d32e298022
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
trusted-users = [ "root" "@wheel" ];
|
trusted-users = [ "root" "@wheel" ];
|
||||||
substituters = [
|
|
||||||
"https://binarycache.ivabus.dev/public" # Yep, only public one here :)
|
|
||||||
"https://cache.nixos.org"
|
|
||||||
];
|
|
||||||
trusted-public-keys = [
|
|
||||||
"public:9k8+78y5+1rICy+9e4raIiLP/dKDEvm9dyjj27vPS04="
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
Loading…
Reference in a new issue