You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
520 B
25 lines
520 B
# Default values
|
|
|
|
# If you have root access on the machine (via sudo)
|
|
root_access: no
|
|
|
|
# Display server (no, "x11", "wayland")
|
|
display_server: no
|
|
|
|
# What development work will I do on this machine
|
|
dev_stuffs: []
|
|
|
|
# Install software that is rarely used
|
|
software_full: no
|
|
|
|
# Which additional software to install
|
|
software_snippets: []
|
|
|
|
# If the computer has a battery and we want to use it
|
|
has_battery: no
|
|
|
|
# Activate numlock by default
|
|
auto_numlock: no
|
|
|
|
# Machine has SSH key to access git.frogeye.fr
|
|
has_forge_access: no
|