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

8 lines
100 B
Nix

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