Vladimír Čunát 1952d5d5f7 nixos/foswiki: basic working service definition
Activation is as simple as:
  services.httpd = {
    enable = true;
    adminAddr = "nobody@example.com";
    extraSubservices = [ {
      serviceType = "foswiki";
    } ];
  };
2016-03-08 16:38:43 +01:00
..
2016-03-07 23:24:35 +03:00
2016-03-03 16:15:25 +00:00
2016-03-03 16:15:25 +00:00
2016-02-28 15:00:16 +01:00
2016-02-12 14:35:40 +01:00