don’t use hydra.int.chir.rs
This commit is contained in:
parent
b7e44a548b
commit
4eaa01f412
2 changed files with 0 additions and 5 deletions
|
@ -17,7 +17,6 @@
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.chir.rs/"
|
"https://cache.chir.rs/"
|
||||||
"https://hydra.int.chir.rs"
|
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nixcache:8KKuGz95Pk4UJ5W/Ni+pN+v+LDTkMMFV4yrGmAYgkDg="
|
"nixcache:8KKuGz95Pk4UJ5W/Ni+pN+v+LDTkMMFV4yrGmAYgkDg="
|
||||||
|
|
|
@ -153,10 +153,6 @@
|
||||||
default.clock.quantum = 8192
|
default.clock.quantum = 8192
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
nix.settings.substituters = lib.mkForce [
|
|
||||||
"https://hydra.int.chir.rs/"
|
|
||||||
"https://cache.nixos.org/"
|
|
||||||
];
|
|
||||||
services.tailscale.useRoutingFeatures = "client";
|
services.tailscale.useRoutingFeatures = "client";
|
||||||
home-manager.users.darkkirb._module.args.withNSFW = lib.mkForce true;
|
home-manager.users.darkkirb._module.args.withNSFW = lib.mkForce true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue