1
1
Fork 0

nix: remove extraneous trusted user

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-30 16:41:18 -05:00
parent b287e55cb3
commit d747ec1d7d
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -91,18 +91,14 @@
fallback = true; # Build from source if cache timeout reached fallback = true; # Build from source if cache timeout reached
log-lines = 1000; # Build failure log length log-lines = 1000; # Build failure log length
min-free = 1024 * 1024 * 1024; # Trigger garbage collection at 1 GB space remaining min-free = 1024 * 1024 * 1024; # Trigger garbage collection at 1 GB space remaining
trusted-users = ["@wheel"]; # Binary caches
warn-dirty = false; # Git tree is usually dirty warn-dirty = false; # Git tree is usually dirty
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
# Binary caches
trusted-users = [
"root"
"@wheel"
];
trusted-substituters = [ trusted-substituters = [
"https://anyrun.cachix.org" "https://anyrun.cachix.org"
"https://attic.kennel.juneis.dog/conduwuit" "https://attic.kennel.juneis.dog/conduwuit"
@ -131,6 +127,7 @@
# }; # };
# API access tokens to increase rate limits # API access tokens to increase rate limits
#!! Requires nix to be run as root for read access to agenix secrets
# https://nix.dev/manual/nix/latest/command-ref/conf-file#conf-access-tokens # https://nix.dev/manual/nix/latest/command-ref/conf-file#conf-access-tokens
# https://github.com/NixOS/nix/issues/6536#issuecomment-1254858889 # https://github.com/NixOS/nix/issues/6536#issuecomment-1254858889
# https://github.com/settings/tokens # https://github.com/settings/tokens