aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index e3d3689..36a50dd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -188,9 +188,6 @@
MAX_HIST = "30";
DEFAULT_HIST = "5";
MAX_SHEET_COLUMN = "ZZZ";
- STEAM_API_KEY = "";
- SPREADSHEET_ID = "";
- SHEETS_API_KEY = "";
} // (optionalAttrs cfg.postgres.enable {
DATABASE_URL = "postgres://${cfg.user}@/${cfg.postgres.db}";
});