ma server-config: retab

This commit is contained in:
makefu 2017-10-03 15:44:13 +02:00
parent d5cd048bc3
commit 52f9105027
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,15 +1,14 @@
{config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
with lib;{
options.makefu.server.primary-itf = lib.mkOption {
type = types.str;
description = "Primary interface of the server";
};
type = types.str;
description = "Primary interface of the server";
};
options.makefu.gui.user = lib.mkOption {
type = types.str;
description = "GUI user";
type = types.str;
description = "GUI user";
default = config.krebs.build.user.name;
};
};
}