Add configuration for NixOS songsheet service, with Wavelog

This commit is contained in:
Root User 2026-02-06 23:37:08 +01:00
parent 279d8503c4
commit ede2d7a3a3
Signed by: root
GPG key ID: 087F0A95E5766D72
5 changed files with 281 additions and 1 deletions

View file

@ -148,6 +148,12 @@
'';
};
# Enable MariaDB
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;