Skip to content

Instantly share code, notes, and snippets.

@ndowens
Created February 18, 2017 03:52
Show Gist options
  • Save ndowens/ee3a5dd470ee67195291e75d3207ced3 to your computer and use it in GitHub Desktop.
Save ndowens/ee3a5dd470ee67195291e75d3207ced3 to your computer and use it in GitHub Desktop.
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.services.hiawatha;
in
{
options = {
services.hiawatha = {
enable = mkOption {
default = false;
description = "";
};
configDir = {
default = "${pkgs.hiawatha}/etc/hiawatha/hiawatha.conf";
description....};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment