Nix: remove extra substituters

This commit is contained in:
Filippo Berto 2025-03-22 23:13:04 +01:00
parent 72f86cb2eb
commit c63345a5ff
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,11 +1,11 @@
{
# security.sudo.wheelNeedsPassword = false;
nix.settings = {
extra-substituters = [
"https://hyprland.cachix.org"
"s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http&parallel-compression=true&want-mass-query=true&priority=35"
# "s3://nix-cache?endpoint=s3.bertof.net"
];
# extra-substituters = [
# "https://hyprland.cachix.org"
# "s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http&parallel-compression=true&want-mass-query=true&priority=35"
# # "s3://nix-cache?endpoint=s3.bertof.net"
# ];
trusted-users = [
"root"