bump to version 0.99.18
This commit is contained in:
22
conf/includes/e3s.conf.sh
Normal file
22
conf/includes/e3s.conf.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
# Domaine geoffray-levasseur.org
|
||||
export REALM="e-3s.lan"
|
||||
|
||||
# Proxy apt-cacher-ng
|
||||
#export PROXY_APT="balut.$REALM"
|
||||
#export PROXY_APT_PORT="3142"
|
||||
|
||||
# Available languanges and system language
|
||||
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
|
||||
export SYSLOCALE="fr_FR.UTF-8"
|
||||
|
||||
# Default Shell, for new users
|
||||
export DEFAULT_SHELL="/bin/bash"
|
||||
|
||||
# User created by installer, unneeded
|
||||
export REMOVE_USERS="geoffray"
|
||||
|
||||
# NTP server list
|
||||
export NTP_SERVERS="cloud.e-3s.lan"
|
||||
|
||||
# SSH
|
||||
export SSHD_PERMITROOT_RANGE="192.168.111.0/24"
|
||||
Reference in New Issue
Block a user