nix-stuff/roles/school/services/default.nix

10 lines
93 B
Nix

{ ... }:
{
imports = [
./syncthing.nix
./mysql.nix
./xampp.nix
./mongodb.nix
];
}