nix-stuff/roles/school/services/default.nix
2023-11-10 10:56:48 +01:00

9 lines
77 B
Nix

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