stockholm/makefu/3modules/server-config.nix
2016-12-22 14:15:17 +01:00

11 lines
190 B
Nix

{config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
options.makefu.server.primary-itf = lib.mkOption {
type = types.str;
description = "Primary interface of the server";
};
}