nix-tools/data/profile.conf.example

88 lines
2.3 KiB
Text
Raw Normal View History

2015-06-05 09:33:13 +02:00
##########################################
###### use this file in the profile ######
##########################################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
2015-12-06 15:57:31 +01:00
# displaymanager="none"
2015-06-05 09:33:13 +02:00
2015-06-06 15:54:59 +02:00
# Set to false to disable autologin in the livecd
# autologin="true"
# use multilib packages; x86_64 only
# multilib="true"
# nonfree xorg drivers
# nonfree_xorg="true"
# use plymouth
# plymouth_boot="true"
# use pxe
# pxe_boot="true"
2016-07-15 00:50:50 +02:00
################ torrent ################
# the torrent tracker urls, comma separated
2016-07-13 15:27:36 +02:00
# tracker_url='udp://mirror.strits.dk:6969'
# Piece size, 2^n
# piece_size=21
2015-06-05 09:33:13 +02:00
################ install ################
2015-06-17 10:14:48 +02:00
# possible values: grub;systemd-boot
2015-06-05 09:33:13 +02:00
# efi_boot_loader="grub"
# set uefi partition size
# efi_part_size=31M
2015-06-05 09:33:13 +02:00
# configure calamares for netinstall
# cal_netinstall="false"
# the default url for the netinstall.yaml
# cal_netgroups="https://raw.githubusercontent.com/calamares/calamares-manjaro/master"
# configure calamares to use chrootcfg instead of unpackfs
2016-07-30 16:42:32 +02:00
# cal_unpackfs="true"
2015-06-05 09:33:13 +02:00
# unset defaults to given value
# plymouth_theme=manjaro-elegant
# unset defaults to given values
# names must match systemd service names
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# disable_systemd=()
2015-06-05 09:33:13 +02:00
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
2015-06-05 09:33:13 +02:00
2016-03-03 02:05:04 +01:00
################# live-session #################
2015-06-05 09:33:13 +02:00
# unset defaults to given value
# hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# login_shell=/bin/bash
2015-06-05 09:33:13 +02:00
# unset defaults to given values
# addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
2015-06-05 09:33:13 +02:00
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
2015-06-05 09:33:13 +02:00
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')