nix-stuff/roles/school/services/default.nix
2023-10-02 12:06:59 +02:00

8 lines
63 B
Nix

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