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-06 21:16:47 +01:00
2016-02-13 15:03:09 +00:00
2016-03-07 23:24:35 +03:00
2016-03-06 09:04:51 +11:00