nixos-config/tests/modules/home-manager/services/borgmatic/default.nix
Gabriel Arazas 92cece8273
home-manager/services/borgmatic: init replacement module
Like the previous replacement module, we cannot test it properly since
it relies on `modulesPath` specialArg which home-manager initialize and
nmt doesn't.
2024-09-07 22:04:58 +08:00

5 lines
114 B
Nix

{
borgmatic-service-basic = ./basic.nix;
borgmatic-service-with-program-config = ./with-program-config.nix;
}