about summary refs log tree commit diff
path: root/modules/services/misc/nix-daemon.nix
Commit message (Expand)AuthorAge
* In environment.variables, unify "value" and "list"Eelco Dolstra2013-09-23
* Radically change the way NixOS handles environment variables and make it poss...Jan Malakhovski2013-09-23
* Set CURL_CA_BUNDLE env variable for nix-daemon to allow pulling from a binary...Rob Vermaas2013-09-16
* Don't try to guess the location of the NixOS config fileEelco Dolstra2013-08-26
* Merge pull request #212 from ivan/nix-conf-headerEvgeny Egorochkin2013-08-10
|\
| * Describe where /etc/nix/nix.conf settings come fromIvan Kozik2013-08-09
* | Fix typos, especially those that end up in the NixOS manualIvan Kozik2013-08-10
|/
* nix-daemon: Run under the default nice levelEelco Dolstra2013-08-07
* Support Nix's mandatoryFeaturesMartin Bravenboer2013-07-31
* Revert "Only include /bin/sh (not all of /bin) in the chroot"Rob Vermaas2013-07-23
* Revert "Allow specifying packages whose closures should be in the chroot"Rob Vermaas2013-07-23
* Allow specifying packages whose closures should be in the chrootShea Levy2013-07-19
* Only include /bin/sh (not all of /bin) in the chrootShea Levy2013-07-19
* Update the default binary cache URL to cache.nixos.orgEelco Dolstra2013-06-12
* Use stable Nix by defaultEelco Dolstra2013-06-11
* Use nixUnstableEelco Dolstra2013-03-26
* replace list by listOf using same style as for attrsOfMarc Weber2013-03-14
* nix-daemon: Restart when nix.conf changesEelco Dolstra2013-02-26
* nix-daemon: Put back the --daemon flagEelco Dolstra2013-01-24
* Turn on nix.readOnlyStore againEelco Dolstra2013-01-24
* Revert "Enable nix.readOnlyStore by default"Eelco Dolstra2013-01-24
* Enable nix.readOnlyStore by defaultEelco Dolstra2013-01-23
* Rename ‘boot.systemd’ to ‘systemd’Eelco Dolstra2013-01-16
* nix-daemon: Start "nix-daemon" rather than "nix-worker --daemon"Eelco Dolstra2013-01-04
* Merge remote-tracking branch 'origin/master' into systemdEelco Dolstra2012-12-11
|\
| * Add options for specifying binary cachesEelco Dolstra2012-12-08
* | Add options for specifying binary cachesEelco Dolstra2012-11-22
* | Add options ‘boot.systemd.targets’ and ‘boot.systemd.sockets’Eelco Dolstra2012-10-01
* | Make unitConfig/serviceConfig attribute setsEelco Dolstra2012-10-01
* | Move setting ownership of /nix/store to stage-2-initEelco Dolstra2012-09-28
* | Optionally make the Nix store read-only to enforce immutabilityEelco Dolstra2012-09-25
* | Automatically append ".service" to the name of service unitsEelco Dolstra2012-08-23
* | Merge remote-tracking branch 'origin/master' into systemdEelco Dolstra2012-08-02
|\|
| * Don't use nixUnstableEelco Dolstra2012-08-02
* | TypoEelco Dolstra2012-07-20
* | Use socket-based activation of the Nix daemonEelco Dolstra2012-06-18
|/
* * Don't use ‘chown user.group’ since that syntax is not officiallyEelco Dolstra2012-05-17
* * Remove Nix's dependencies from the chroot. Nix 1.0 doesn't needEelco Dolstra2012-05-15
* * In the installation CD, make the NixOS/Nixpkgs available as if theyEelco Dolstra2012-04-23
* switched all mergeOptionString to pkgs.lib.types.stringFlorian Friesdorf2011-12-29
* * Use the ‘path’ attribute in Upstart jobs in more places. It's a bitEelco Dolstra2011-11-25
* * For consistency, use /etc/nix/nix.conf instead of /nix/etc/nix/nix.conf.Eelco Dolstra2011-11-03
* Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir"...Peter Simons2011-10-30
* find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed ...Shea Levy2011-10-29
* strip trailing whitespace; no functional changePeter Simons2011-09-14
* * Die tabs die.Eelco Dolstra2011-03-07
* * Refactor: extraChrootPaths -> chrootDirs. This allows disabling theEelco Dolstra2011-03-07
* Adding a possibility to add more paths to chroots used by nix-daemons. The us...Michael Raskin2011-03-06
* Some cleanups in the activation script:Eelco Dolstra2010-09-13
* reverting -r22286Marc Weber2010-06-21