dotfiles.nix/nixos/viridian/services/default.nix

10 lines
82 B
Nix

{ ... }:
{
imports = [
./traefik
./borgbackup.nix
./mpd.nix
];
}