Created
October 14, 2024 04:50
-
-
Save sunng87/1cdefa41738bc82466bf6aa843043ff3 to your computer and use it in GitHub Desktop.
nix config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abort-on-warn = false | |
accept-flake-config = false | |
access-tokens = | |
allow-dirty = true | |
allow-import-from-derivation = true | |
allow-new-privileges = false | |
allow-symlinked-store = false | |
allow-unsafe-native-code-during-evaluation = false | |
allowed-impure-host-deps = | |
allowed-uris = | |
allowed-users = * | |
always-allow-substitutes = false | |
auto-optimise-store = false | |
bash-prompt = | |
bash-prompt-prefix = | |
bash-prompt-suffix = | |
build-dir = | |
build-hook = /nix/store/2nhrwv91g6ycpyxvhmvc0xs8p92wp4bk-nix-2.24.9/bin/nix __build-remote | |
build-poll-interval = 5 | |
build-users-group = nixbld | |
builders = @/etc/nix/machines | |
builders-use-substitutes = false | |
commit-lock-file-summary = | |
compress-build-log = true | |
connect-timeout = 0 | |
cores = 16 | |
debugger-on-trace = false | |
debugger-on-warn = false | |
diff-hook = | |
download-attempts = 5 | |
download-buffer-size = 67108864 | |
download-speed = 0 | |
eval-cache = true | |
eval-system = | |
experimental-features = fetch-tree flakes nix-command | |
extra-platforms = i686-linux x86_64-v1-linux x86_64-v2-linux x86_64-v3-linux | |
fallback = false | |
filter-syscalls = true | |
flake-registry = https://channels.nixos.org/flake-registry.json | |
fsync-metadata = true | |
gc-reserved-space = 8388608 | |
hashed-mirrors = | |
http-connections = 25 | |
http2 = true | |
id-count = 8388608 | |
ignore-try = false | |
ignored-acls = security.csm security.selinux system.nfs4_acl | |
impersonate-linux-26 = false | |
keep-build-log = true | |
keep-derivations = true | |
keep-env-derivations = false | |
keep-failed = false | |
keep-going = false | |
keep-outputs = false | |
log-lines = 25 | |
max-build-log-size = 0 | |
max-call-depth = 10000 | |
max-free = 18446744073709551615 | |
max-jobs = 1 | |
max-silent-time = 0 | |
max-substitution-jobs = 16 | |
min-free = 0 | |
min-free-check-interval = 5 | |
nar-buffer-size = 33554432 | |
narinfo-cache-negative-ttl = 3600 | |
narinfo-cache-positive-ttl = 2592000 | |
netrc-file = /etc/nix/netrc | |
nix-path = | |
nix-shell-always-looks-for-shell-nix = true | |
nix-shell-shebang-arguments-relative-to-script = true | |
plugin-files = | |
post-build-hook = | |
pre-build-hook = | |
preallocate-contents = false | |
print-missing = true | |
pure-eval = true | |
require-drop-supplementary-groups = false | |
require-sigs = true | |
restrict-eval = false | |
run-diff-hook = false | |
sandbox = true | |
sandbox-build-dir = /build | |
sandbox-dev-shm-size = 50% | |
sandbox-fallback = true | |
sandbox-paths = /bin/sh=/nix/store/p66hqwsh90q1xdb6ss31105rr11s4z9v-busybox-static-x86_64-unknown-linux-musl-1.36.1/bin/busybox | |
secret-key-files = | |
show-trace = false | |
ssl-cert-file = /etc/ssl/certs/ca-certificates.crt | |
stalled-download-timeout = 300 | |
start-id = 872415232 | |
store = auto | |
substitute = true | |
substituters = https://cache.nixos.org/ | |
sync-before-registering = false | |
system = x86_64-linux | |
system-features = benchmark big-parallel nixos-test uid-range | |
tarball-ttl = 3600 | |
timeout = 0 | |
trace-function-calls = false | |
trace-verbose = false | |
trust-tarballs-from-git-forges = true | |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= | |
trusted-substituters = | |
trusted-users = root | |
upgrade-nix-store-path-url = https://github.com/NixOS/nixpkgs/raw/master/nixos/modules/installer/tools/nix-fallback-paths.nix | |
use-case-hack = false | |
use-cgroups = false | |
use-registries = true | |
use-sqlite-wal = true | |
use-xdg-base-directories = false | |
user-agent-suffix = | |
warn-dirty = true | |
warn-large-path-threshold = 18446744073709551615 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment