From ecd5caf514b7085dcbe8d4431df8ed2a5505bac4 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 7 Aug 2024 20:17:16 -0500 Subject: [PATCH] Shhh there are secrets around --- nixos/beefcake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 982b278..c894a46 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -718,7 +718,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 }; log = { # TODO: raise the log level - LEVEL = "Debug"; + # LEVEL = "Debug"; }; ui = { THEMES = "forgejo-auto,forgejo-light,forgejo-dark,catppuccin-mocha-sapphire"; @@ -1014,7 +1014,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 tls_key = key; origin = "https://${domain}"; db_path = "${storage}/data/kanidm.db"; - log_level = "debug"; + log_level = "info"; online_backup = { path = "${storage}/backups/"; schedule = "00 22 * * *";