ma server-config: retab
This commit is contained in:
parent
d5cd048bc3
commit
52f9105027
@ -1,15 +1,14 @@
|
|||||||
{config, lib, pkgs, ... }:
|
{config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with import <stockholm/lib>;
|
with lib;{
|
||||||
{
|
|
||||||
options.makefu.server.primary-itf = lib.mkOption {
|
options.makefu.server.primary-itf = lib.mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "Primary interface of the server";
|
description = "Primary interface of the server";
|
||||||
};
|
};
|
||||||
options.makefu.gui.user = lib.mkOption {
|
options.makefu.gui.user = lib.mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "GUI user";
|
description = "GUI user";
|
||||||
default = config.krebs.build.user.name;
|
default = config.krebs.build.user.name;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user