From d14bbdfcd7d8390a3de981c2de7fc62303a02249 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 22 Sep 2020 18:54:45 -0300 Subject: Refactor: simplify configuration.nix and put everything under /data/ Preparation for doing backups with borg of /data/ on cronjob. --- envsubst-configuration.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'envsubst-configuration.nix') 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"; } -- cgit v1.2.3