module.nix: don't run with debug logging by default (move to test vm)
This commit is contained in:
@@ -122,6 +122,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
createLocalDatabaseUser = true;
|
createLocalDatabaseUser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services."mysqladm@".environment.RUST_LOG = "debug";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ in
|
|||||||
|
|
||||||
systemd.services."mysqladm@" = {
|
systemd.services."mysqladm@" = {
|
||||||
description = "MySQL administration tool for non-admin users";
|
description = "MySQL administration tool for non-admin users";
|
||||||
environment.RUST_LOG = "debug";
|
|
||||||
restartTriggers = [ config.environment.etc."mysqladm/config.toml".source ];
|
restartTriggers = [ config.environment.etc."mysqladm/config.toml".source ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
|
|||||||
Reference in New Issue
Block a user