diff --git a/config/default.toml b/config/default.toml new file mode 100644 index 0000000000..f8fcbc66eb --- /dev/null +++ b/config/default.toml @@ -0,0 +1,21 @@ +# This is an example configuration file + +# General settings +[general] +# Prompt if settings are not defined +prompt = false + +# Package settings +[packages] +orbutils = {} + +# User settings +[users.root] +password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk" +uid = 0 +gid = 0 +name = "root" +home = "/root" + +[users.user] +password = "" diff --git a/config/example.toml b/config/example.toml index f8fcbc66eb..007bad0c12 100644 --- a/config/example.toml +++ b/config/example.toml @@ -3,7 +3,7 @@ # General settings [general] # Prompt if settings are not defined -prompt = false +prompt = true # Package settings [packages] @@ -11,11 +11,8 @@ orbutils = {} # User settings [users.root] -password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk" uid = 0 gid = 0 -name = "root" home = "/root" [users.user] -password = ""