summaryrefslogtreecommitdiffstats
path: root/makefu/3modules/server-config.nix
blob: dbd29d74821338d94ae55747dc5a60cb796d8889 (plain)
1
2
3
4
5
6
7
8
9
10
{config, lib, pkgs, ... }:

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