nixos/mympd: add nixos test

This commit is contained in:
Elian Doran 2023-12-18 23:31:29 +02:00
parent 3c4ddf8284
commit d3ef138c1b
2 changed files with 28 additions and 0 deletions

View file

@ -542,6 +542,7 @@ in {
munin = handleTest ./munin.nix {};
mutableUsers = handleTest ./mutable-users.nix {};
mxisd = handleTest ./mxisd.nix {};
mympd = handleTest ./mympd.nix {};
mysql = handleTest ./mysql/mysql.nix {};
mysql-autobackup = handleTest ./mysql/mysql-autobackup.nix {};
mysql-backup = handleTest ./mysql/mysql-backup.nix {};