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:
parent
7334e38af5
commit
6b6f098fd1
3 changed files with 8 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue