nixos-config/services/default.nix

11 lines
112 B
Nix

{ ... }:
{
imports = [
./borg-backup.nix
./matrix.nix
./miniflux.nix
./monitoring.nix
];
}