diff options
Diffstat (limited to 'envsubst-configuration.nix')
-rw-r--r-- | envsubst-configuration.nix | 9 |
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"; } |