0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

disnix: bump versions and update module to use its latest features

This commit is contained in:
Sander van der Burg 2014-06-09 23:46:30 +02:00
parent 7334e38af5
commit 6b6f098fd1
3 changed files with 8 additions and 7 deletions

View file

@ -125,13 +125,14 @@ in
after = [ "dbus.service" ]
++ optional config.services.httpd.enable "httpd.service"
++ optional config.services.mysql.enable "mysql.service"
++ optional config.services.postgresql.enable "postgresql.service"
++ optional config.services.tomcat.enable "tomcat.service"
++ optional config.services.svnserve.enable "svnserve.service"
++ optional config.services.mongodb.enable "mongodb.service";
restartIfChanged = false;
path = [ pkgs.nix pkgs.disnix pkgs.dysnomia ];
path = [ pkgs.nix pkgs.disnix dysnomia ];
environment = {
HOME = "/root";