Skip to content
Commit 1952d5d5 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

nixos/foswiki: basic working service definition

Activation is as simple as:
  services.httpd = {
    enable = true;
    adminAddr = "nobody@example.com";
    extraSubservices = [ {
      serviceType = "foswiki";
    } ];
  };
parent 15030ed2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment