mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +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
|
@ -9,13 +9,6 @@
|
|||
settings = {
|
||||
auto-optimise-store = true;
|
||||
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 = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Reference in a new issue