Select the types of activity you want to include in your feed.
Select the types of activity you want to include in your feed.
nixos/foswiki: basic working service definition
Activation is as simple as:
services.httpd = {
enable = true;
adminAddr = "nobody@example.com";
extraSubservices = [ {
serviceType = "foswiki";
} ];
};