ma server-config: retab
This commit is contained in:
parent
d5cd048bc3
commit
52f9105027
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue