summary refs log tree commit diff
path: root/nixos/modules/services/misc
Commit message (Collapse)AuthorAge
* nixos/mesos: restart on failureJaka Hudoklin2014-12-01
|
* nixos/mesos: convert quorum to stringJaka Hudoklin2014-12-01
|
* Ensure nix-daemon sees the proxy defined optionsAntoine R. Dumont2014-11-30
| | | | | | | | | | | | | | (Not sure about this one) Here are the incomplete and a little contradictory discussions about it (or at least my interpretations of them): - https://github.com/NixOS/nixpkgs/pull/5058#discussion_r20830855 - https://github.com/NixOS/nixpkgs/pull/5058#discussion_r21043552 cc @edolstra @wmertens What did I get wrong?
* Introduce a dedicated networking.proxy optionAntoine R. Dumont2014-11-30
| | | | | | | | | | | | Following the discussion NixOS#5021: - obsolete the nix.proxy option - add the networking.proxy option - open a default no_proxy environment variable - add a rsync option - Manual tests ok. - Automatic tests ok. Amended by lethalman to simplify the option descriptions.
* Merge pull request #5006 from daogames/este/customgitoliteusercillianderoiste2014-11-24
|\ | | | | enable different useraccount name for gitolite user
| * enable different useraccount name for gitolite userRonny Esterluss2014-11-14
| |
* | nixos/etcd: fix postStart check and make tests deterministicJaka Hudoklin2014-11-23
| |
* | nixos/etcd: only use one cient url by defaultJaka Hudoklin2014-11-23
| |
* | nixos: add docker-registry moduleJaka Hudoklin2014-11-22
| |
* | Merge pull request #4991 from offlinehacker/nixos/etcdJaka Hudoklin2014-11-22
|\ \ | | | | | | nixos: add etcd module
| * | nixos: add etcd moduleJaka Hudoklin2014-11-21
| |/
* / make zookeeper.nix non-executableJaka Hudoklin2014-11-21
|/
* gitolite: add dataDirNikolay Amiantov2014-11-02
|
* nix-daemon: add maxCores optionNikolay Amiantov2014-11-01
|
* nixos: add redmine serviceDomen Kožar2014-10-07
|
* Merge pull request #4211 from ehmry/cpuminer-cryptonightMateusz Kowalczyk2014-09-22
|\ | | | | Cpuminer cryptonight
| * cpuminer-cryptonight: new service moduleEmery Hemingway2014-09-22
| |
* | extended gitolite service to take custom hooksRonny Esterluss2014-09-21
|/ | | | Closes #4160
* Mesos: servicesNathan Bijnens2014-09-03
|
* Fix forgotten unit entryMichael Raskin2014-09-03
|
* Enabled access to binaries of needed tools, and worker daemons can be ↵Strahinja Popovic2014-09-03
| | | | enabled for phabricator #3306
* uhub: initial service expressionEmery Hemingway2014-09-01
|
* ZookeeperNathan Bijnens2014-08-27
|
* Fix opening NixOS manualEelco Dolstra2014-08-27
| | | | http://hydra.nixos.org/build/13760576
* siproxd: initial service expressionEmery Hemingway2014-08-19
|
* In Nix chroots, provide plain bash, not bash-interactiveEelco Dolstra2014-08-04
| | | | | This way we don't get ncurses in the chroot. Also, use a bind-mount of /bin/sh to bash, rather than the entire /bin from the host filesystem.
* nix-ssh: Don't use a shell that refers to a store pathEelco Dolstra2014-07-25
|
* Add convenience option nix.sshServe.keysEelco Dolstra2014-07-25
| | | | | This is equivalent to setting users.extraUsers.nix-cache.openssh.authorizedKeys.keys.
* nix-ssh-serve.nix: Remove unnecessary checkEelco Dolstra2014-07-25
| | | | | ForceCommand ensures that we always run nix-store --serve, so there is no need to check SSH_ORIGINAL_COMMAND.
* Fix gitolite docsAustin Seipp2014-06-25
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixos: add gitolite moduleAustin Seipp2014-06-25
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Fix generation of synergy-{client,server} when disabledEelco Dolstra2014-06-16
|
* Rename environment.systemVariables -> environment.sessionVariablesEelco Dolstra2014-06-13
| | | | This makes it clearer that they're part of PAM sessions.
* Revert "Revert "Merge #2692: Use pam_env to properly setup system-wide env""Eelco Dolstra2014-06-10
| | | | This reverts commit 491c088731022463978e595956427e72db6306a9.
* Revert "Merge #2692: Use pam_env to properly setup system-wide env"Eelco Dolstra2014-06-10
| | | | This reverts commit 18a0cdd86416a8cbc263cfa8cb96c460a53f7b5c.
* Merge #2692: Use pam_env to properly setup system-wide envVladimír Čunát2014-06-10
|
* disnix: bump versions and update module to use its latest featuresSander van der Burg2014-06-09
|
* Fix some uid/gid attributes to match the actual user/group nameEelco Dolstra2014-04-29
|
* Revert "Put /nix/var/nix/{temproots,userpool} on a tmpfs"Eelco Dolstra2014-04-18
| | | | | This reverts commit dd49094a25057211d77a3dc4d075a749db748139. Nix barfs if /nix/var/nix/temproots is a symlink :-(
* Put /nix/var/nix/{temproots,userpool} on a tmpfsEelco Dolstra2014-04-18
|
* Remove long-obsolete /nix/var/nix/chroots directoryEelco Dolstra2014-04-18
|
* Pull in nix-daemon.socketEelco Dolstra2014-04-18
| | | | | | | | This led to the container test failing, which made no sense whatsoever, until I realized nix-daemon.socket creates the socket directory as a side effect, which systemd-nspawn then bind-mounts. http://hydra.nixos.org/build/10397575
* Allow upstream systemd units to be extendedEelco Dolstra2014-04-17
| | | | | | | | | | | | If you define a unit, and either systemd or a package in systemd.packages already provides that unit, then we now generate a file /etc/systemd/system/<unit>.d/overrides.conf. This makes it possible to use upstream units, while allowing them to be customised from the NixOS configuration. For instance, the module nix-daemon.nix now uses the units provided by the Nix package. And all unit definitions that duplicated upstream systemd units are finally gone. This makes the baseUnit option unnecessary, so I've removed it.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* nix: Update to 1.7Eelco Dolstra2014-04-11
|
* rippled: added comment on commented out config optionsEmery Hemingway2014-03-31
|
* rippled: initial pkg and module expressionsEmery Hemingway2014-03-29
| | | | | rippled is the Ripple P2P payment network reference server https://ripple.com
* Revert "nixos-manual: show manual on tty8 by default"Eelco Dolstra2014-03-17
| | | | | | | This reverts commit b792394119b8ffc4a2fd34a67048fe205a08dcd7. Starting the manual on tty8 was intended as a convenience during installation, not as a general purpose thing. In fact, given that w3m runs as root, this is highly insecure!
* nixos/gpsd-service: add type declarations to optionsBjørn Forsman2014-03-15
|
* nixos/gpsd-service: change from deprecated 'jobs' type to 'systemd'Bjørn Forsman2014-03-15
| | | | | | | | | | | | | | | | | | | | | | This has the nice side-effect of making gpsd actually run! Old behaviour (debugLevel=2): systemd[1]: gpsd.service holdoff time over, scheduling restart. systemd[1]: Stopping GPSD daemon... systemd[1]: Starting GPSD daemon... systemd[1]: gpsd.service start request repeated too quickly, refusing to start. systemd[1]: Failed to start GPSD daemon. systemd[1]: Unit gpsd.service entered failed state. New behaviour (debugLevel=2): gpsd[945]: gpsd: launching (Version 2.95) systemd[1]: Started GPSD daemon. gpsd[945]: gpsd: listening on port 2947 gpsd[945]: gpsd: running with effective group ID 27 gpsd[945]: gpsd: running with effective user ID 23 gpsd[945]: gpsd: stashing device /dev/ttyUSB0 at slot 0