restreamer setup

This commit is contained in:
m3tam3re
2025-03-15 14:23:47 +01:00
parent 779473317d
commit e93bdf20a3
6 changed files with 50 additions and 49 deletions

View File

@ -9,7 +9,9 @@
initialScript = pkgs.writeText "initial-script.sql" ''
CREATE USER 'ghost'@'10.89.%' IDENTIFIED BY 'ghost';
GRANT ALL PRIVILEGES ON ghost.* TO 'ghost'@'10.89.%';
'';
CREATE USER 'matomo'@'10.89.%' IDENTIFIED BY 'matomo';
GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'10.89.%'; '';
};
services.mysqlBackup = {
enable = true;