diff --git a/flake.nix b/flake.nix index 57228e6..f7962cf 100644 --- a/flake.nix +++ b/flake.nix @@ -122,6 +122,8 @@ enable = true; createLocalDatabaseUser = true; }; + + systemd.services."mysqladm@".environment.RUST_LOG = "debug"; }) ]; }; diff --git a/nix/module.nix b/nix/module.nix index 0e27fba..3bd6bda 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -98,7 +98,6 @@ in systemd.services."mysqladm@" = { description = "MySQL administration tool for non-admin users"; - environment.RUST_LOG = "debug"; restartTriggers = [ config.environment.etc."mysqladm/config.toml".source ]; serviceConfig = { Type = "notify";