nixos/modules/backups/default.nix
Jake Hillion 843802bcb7
All checks were successful
flake / flake (push) Successful in 1m45s
backups: include more git repos
2024-11-08 12:23:54 +00:00

10 lines
96 B
Nix

{ ... }:
{
imports = [
./git/default.nix
./homeassistant.nix
./matrix.nix
];
}