frues-clan/machines/beagle/configuration.nix
Pedro Rey Anca 2d065e2493
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run
Migrate Synapse and Mautrix bridges (Whatsapp, Signal and Telegram)
2025-10-30 19:09:10 +01:00

7 lines
105 B
Nix

{
imports = [
./modules/kanidm.nix
./modules/matrix.nix
./modules/reverse-proxy.nix
];
}