Skip to content
Snippets Groups Projects
  1. Sep 16, 2014
  2. Aug 28, 2014
  3. Aug 27, 2014
  4. Aug 23, 2014
  5. Aug 12, 2014
  6. Aug 04, 2014
  7. Jul 24, 2014
  8. Jul 17, 2014
    • Eelco Dolstra's avatar
      Bump · f609eec7
      Eelco Dolstra authored
      f609eec7
    • Eelco Dolstra's avatar
      nix-daemon: Add trusted-users and allowed-users options · 049c0eb4
      Eelco Dolstra authored
      ‘trusted-users’ is a list of users and groups that have elevated
      rights, such as the ability to specify binary caches. It defaults to
      ‘root’. A typical value would be ‘@wheel’ to specify all users in the
      wheel group.
      
      ‘allowed-users’ is a list of users and groups that are allowed to
      connect to the daemon. It defaults to ‘*’. A typical value would be
      ‘@users’ to specify the ‘users’ group.
      049c0eb4
  9. Jul 16, 2014
  10. Jul 04, 2014
  11. Jul 03, 2014
  12. Jun 27, 2014
  13. May 26, 2014
  14. May 21, 2014
  15. May 13, 2014
  16. May 02, 2014
  17. Apr 28, 2014
  18. Apr 25, 2014
  19. Apr 15, 2014
    • Ricardo M. Correia's avatar
      nix-env: Minor change to '--delete-generations Nd' semantics · 700c678c
      Ricardo M. Correia authored
      The option '--delete-generations Nd' deletes all generations older than N
      days. However, most likely the user does not want to delete the
      generation that was active N days ago.
      
      For example, say that you have these 3 generations:
      
      1: <30 days ago>
      2: <15 days ago>
      3: <1 hour ago>
      
      If you do --delete-generations 7d (say, as part of a cron job), most
      likely you still want to keep generation 2, i.e. the generation that was
      active 7 days ago (and for most of the past 7 days, in fact).
      
      This patch fixes this issue. Note that this also affects
      'nix-collect-garbage --delete-older-than Nd'.
      
      Thanks to @roconnor for noticing the issue!
      700c678c
  20. Apr 11, 2014
  21. Apr 10, 2014
  22. Apr 09, 2014
  23. Apr 08, 2014
  24. Apr 07, 2014
  25. Apr 04, 2014
  26. Mar 29, 2014
  27. Mar 12, 2014
  28. Mar 11, 2014
Loading