nixos/modules/backups/default.nix

8 lines
50 B
Nix
Raw Normal View History

2023-04-29 13:22:10 +01:00
{ ... }:
{
imports = [
./matrix.nix
];
}