aboutsummaryrefslogtreecommitdiff
path: root/envsubst-configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-09-22 18:54:45 -0300
committerEuAndreh <eu@euandre.org>2020-09-22 18:54:45 -0300
commitd14bbdfcd7d8390a3de981c2de7fc62303a02249 (patch)
treeac9abc1f0aecbe7ebfa8d4cd15afc11d6fb7a42d /envsubst-configuration.nix
parentTODOs.org (diff)
downloadserver-d14bbdfcd7d8390a3de981c2de7fc62303a02249.tar.gz
server-d14bbdfcd7d8390a3de981c2de7fc62303a02249.tar.xz
Refactor: simplify configuration.nix and put everything under /data/
Preparation for doing backups with borg of /data/ on cronjob.
Diffstat (limited to 'envsubst-configuration.nix')
-rw-r--r--envsubst-configuration.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/envsubst-configuration.nix b/envsubst-configuration.nix
index e0fa592..ec7f7c8 100644
--- a/envsubst-configuration.nix
+++ b/envsubst-configuration.nix
@@ -1,13 +1,4 @@
{ }: {
TLD = "$TLD";
- dataRoot = "$DATA_ROOT";
- faviconsRoot = "$FAVICONS_ROOT";
- staticRoot = "$STATIC_ROOT";
- ciLogsRoot = "$CI_LOGS_ROOT";
- gitRoot = "$GIT_ROOT";
systemStateVersion = "$SYSTEM_STATE_VERSION";
- userName = "$USER_NAME";
- nextcloudDatabaseUser = "$NEXTCLOUD_DATABASE_USER";
- secretsRoot = "$SECRETS_ROOT";
- prosodyEnable = "$PROSODY_ENABLE";
}