Guest User

Untitled

a guest
Oct 16th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. [root@ip-192-168-1-153:~]# cat nix.conf
  2. # WARNING: this file is generated from the nix.* options in
  3. # your NixOS configuration, typically
  4. # /etc/nixos/configuration.nix. Do not edit it!
  5. build-users-group = nixbld
  6. max-jobs = 32
  7. cores = 8
  8. sandbox = true
  9. extra-sandbox-paths =
  10. substituters = https://nix-cache.s3.amazonaws.com https://kreisys.cachix.org
  11. trusted-substituters =
  12. trusted-public-keys = kreisys.cachix.org-1:RMqfdpzxeRcoND7pD5l0EcFfjEIYBbOR5WF2CQyxPyE= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  13. auto-optimise-store = false
  14. require-sigs = true
  15.  
  16. trusted-users = hydra-queue-runner
  17. allowed-users = *
  18.  
  19. secret-key-files = /var/keys/hydra
  20. allowed-uris = https://github.com/ https://registry.npmjs.org/
  21.  
  22. gc-keep-outputs = true
  23. gc-keep-derivations = true
  24.  
  25. # The default (`true') slows Nix down a lot since the build farm
  26. # has so many GC roots.
  27. gc-check-reachability = false
  28.  
  29.  
  30. [root@ip-192-168-1-153:~]# nix-channel --list
  31. warning: unknown setting 'allowed-uris'
  32. nixos http://nixos.org/channels/nixos-18.09
  33. nixos-unstable http://nixos.org/channels/nixos-unstable
  34.  
  35. [root@ip-192-168-1-153:~]# nix-shell -p nix-info --run nix-info
  36. system: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 2.1.1, channels(root): "nixos-18.09.892.c06f5302f63, nixos-unstable-19.03pre155123.32bcd72bf28", nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
Advertisement
Add Comment
Please, Sign In to add comment