Fix for server config

This commit is contained in:
Nathan Anderson 2024-03-17 22:29:41 -06:00
parent dcff7d9db4
commit 77dfec308e

View File

@ -3,7 +3,7 @@ let
srvConfig = config.serverConfig;
in
{
options.srvConfig = {
options.serverConfig= {
userName = lib.mkOption {
type = lib.types.str;
description = "Main username for system";