Files
patronageos/config/config.json
Matt Knoop d26067b2fa additional bash programming to support a json configuration file.
still working on kernel options for proper networking.
2026-01-05 15:05:11 -07:00

29 lines
436 B
JSON

{
"hostname": "linuxhost",
"timezone": "America/Denver",
"root_password": "password",
"locale":"en_US.UTF-8",
"users": [
{
"username": "user1",
"password": "password1"
},
{
"username": "user2",
"password": "password2"
}
],
"packages": [
"htop",
"git",
"ffmpeg",
"vlc",
"pciutils",
"usbutils"
],
"profile":[],
"allowed_dns":[],
"allowed_host":[]
}