39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
#
|
|
# This file is parsed by pam_env module
|
|
#
|
|
# Syntax: simple "KEY=VAL" pairs on separate lines
|
|
#
|
|
# note: a re-login is needed for changes to take place
|
|
#
|
|
|
|
# secrets
|
|
# please note that this file is open to the world, so secrets should only be stored in
|
|
# `/home/poq/syncDir/secrets/toBeSourced/secretsAsEnvVariables.sh`, as that file is
|
|
# sourced by statup.sh.
|
|
|
|
# note on paths:
|
|
# even though it would possible to specify unique paths per host machine, that would most
|
|
# likely not work very well. this is as several scripts assume `/home/poq/` etc. so, use
|
|
# the same path for all hosts.
|
|
|
|
# full path to directory where syncronised data will be kept
|
|
# format: SYNCDIR_[HOSTNAME]
|
|
SYNCDIR_t470p=/home/poq/nextcloud/syncDir
|
|
SYNCDIR_tuxwarrior=/home/poq/nextcloud/syncDir
|
|
|
|
# full path to nextcloud folder
|
|
NEXTCLOUD_t470p=/home/poq/nextcloud
|
|
NEXTCLOUD_tuxwarrior=/home/poq/nextcloud
|
|
|
|
# mounted downloads dir, same for all hosts
|
|
DOWNLOADS=/home/poq/syncDir/0_downloads
|
|
|
|
# hyprshot (screenshot) directory
|
|
#HYPRSHOT_DIR=/home/poq/syncDir/0_downloads
|
|
|
|
# styling for gtk apps
|
|
GTK_THEME=Sweet-Dark
|
|
|
|
# used by superfile (and others?)
|
|
EDITOR=nano
|