Add configuration for NixOS songsheet service, with Wavelog
This commit is contained in:
parent
279d8503c4
commit
ede2d7a3a3
5 changed files with 281 additions and 1 deletions
|
|
@ -148,6 +148,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# Enable MariaDB
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue