26 lines
678 B
Bash
26 lines
678 B
Bash
# Domaine LEGOS
|
|
export MAINDOM="legos.obs-mip.fr"
|
|
|
|
# Proxy LEGOS
|
|
export PROXYAPT="acng.$MAINDOM"
|
|
export PROXYAPTPORT="3142"
|
|
export PROXYSRV="proxy.$MAINDOM"
|
|
export PROXYSRVPORT="3128"
|
|
|
|
# Distribution sources.list (Ubuntu Focal)
|
|
export APT_SOURCE_LIST="ubuntu_focal.list"
|
|
|
|
# Langues supportés et langue du systême
|
|
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
|
|
export SYSLOCALE="fr_FR.UTF-8"
|
|
|
|
# Shell par défaut, pour les nouveaux utilisateurs
|
|
export DEFAULT_SHELL="/bin/bash"
|
|
|
|
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
|
|
export CALCTYPE="zfs"
|
|
export CALCMOUNTPOINT="/calcul/$HOSTNAME"
|
|
|
|
# Liste des serveurs NTP
|
|
export NTPSERVERS="ntp1.$MAINDOM ntp2.$MAINDOM"
|