stockholm/makefu/3modules/server-config.nix

11 lines
190 B
Nix
Raw Normal View History

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