refactor + firewall
This commit is contained in:
parent
f235867600
commit
dfa3a34484
17 changed files with 200 additions and 123 deletions
|
@ -15,6 +15,10 @@ encryption = "password"
|
|||
# General configuration
|
||||
[general]
|
||||
# Preset
|
||||
# Available options:
|
||||
# - `Base`: Basic Arch Linux Installation
|
||||
# - `Desktop`: navOS Desktop Installation
|
||||
# - `Server`: navOS Server Installation
|
||||
mode = "Desktop"
|
||||
|
||||
# System Locale
|
||||
|
@ -37,8 +41,12 @@ root_password = "root"
|
|||
bluetooth = true
|
||||
|
||||
# GPU Video Drivers
|
||||
# Available options: `NVIDIA`, `AMD`, `INTEL`
|
||||
gpu_driver = "NVIDIA"
|
||||
|
||||
# Enable firewall
|
||||
firewall = true
|
||||
|
||||
[pkg]
|
||||
# Additional packages
|
||||
pkg = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue