Fix for server config
This commit is contained in:
parent
dcff7d9db4
commit
77dfec308e
|
@ -3,7 +3,7 @@ let
|
||||||
srvConfig = config.serverConfig;
|
srvConfig = config.serverConfig;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.srvConfig = {
|
options.serverConfig= {
|
||||||
userName = lib.mkOption {
|
userName = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "Main username for system";
|
description = "Main username for system";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user