2024-05-03 12:54:32 -05:00
|
|
|
#
|
|
|
|
|
# This file is parsed by pam_env module
|
|
|
|
|
#
|
|
|
|
|
# Syntax: simple "KEY=VAL" pairs on separate lines
|
|
|
|
|
#
|
2024-05-03 13:18:08 -05:00
|
|
|
# note: a re-login is needed for changes to take place
|
|
|
|
|
#
|
2024-05-03 12:54:32 -05:00
|
|
|
|
2026-02-25 14:05:09 -05:00
|
|
|
# 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.
|
|
|
|
|
|
2024-05-13 01:42:47 +00:00
|
|
|
# full path to directory where syncronised data will be kept
|
|
|
|
|
# format: SYNCDIR_[HOSTNAME]
|
|
|
|
|
SYNCDIR_t470p=/home/poq/nextcloud/syncDir
|
2024-06-06 12:56:03 -05:00
|
|
|
SYNCDIR_tuxwarrior=/home/poq/nextcloud/syncDir
|
2024-05-08 08:07:16 -05:00
|
|
|
|
2024-05-13 01:42:47 +00:00
|
|
|
# full path to nextcloud folder
|
2024-05-12 13:28:59 -05:00
|
|
|
NEXTCLOUD_t470p=/home/poq/nextcloud
|
2024-06-06 12:56:03 -05:00
|
|
|
NEXTCLOUD_tuxwarrior=/home/poq/nextcloud
|
2024-05-12 13:28:59 -05:00
|
|
|
|
2024-05-13 01:42:47 +00:00
|
|
|
# mounted downloads dir, same for all hosts
|
|
|
|
|
DOWNLOADS=/home/poq/syncDir/0_downloads
|
2024-05-12 13:11:45 -05:00
|
|
|
|
2026-02-26 21:34:33 -05:00
|
|
|
# hyprshot (screenshot) directory
|
|
|
|
|
HYPRSHOT_DIR=/home/poq/syncDir/0_downloads
|
|
|
|
|
|
2024-05-15 17:00:26 -05:00
|
|
|
# styling for gtk apps
|
2026-02-26 21:35:48 -05:00
|
|
|
GTK_THEME=Sweet-Dark
|