summary refs log tree commit diff
path: root/nixos/modules/services/misc/disnix.nix
Commit message (Collapse)AuthorAge
* nixos: dysnomia: move into `services` subtreeJan Malakhovski2018-03-30
|
* disnix module: make dbus service configurableSander van der Burg2018-02-28
|
* nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
* disnix-module: split dysnomia's functionality into a separate module so that ↵Sander van der Burg2016-06-17
| | | | it can be used without Disnix and remove the hacky/obsolete avahi publisher
* disnix: propagate ejabberd username to the activation moduleSander van der Burg2016-01-16
|
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* disnix: add a target for services activated and deactivated by dysnomiaSander van der Burg2015-11-26
|
* Put dysnomia in system environment if Disnix is enabledSander van der Burg2015-06-12
|
* Add NixOS global binaries to the PATHSander van der Burg2015-02-26
|
* disnix: bump versions and update module to use its latest featuresSander van der Burg2014-06-09
|
* 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.
* Add some primops to libEelco Dolstra2013-11-12
|
* Updated Disnix service definition to support new development version and ↵Sander van der Burg2013-11-07
| | | | mongo databases
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10