bump to version 0.99.18

This commit is contained in:
fatalerrors
2022-06-24 17:52:17 +02:00
parent e8c6f46572
commit da37fd3bae
52 changed files with 1268 additions and 435 deletions

22
conf/includes/e3s.conf.sh Normal file
View 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"