snowflake/hosts/yuki/services/default.nix

9 lines
100 B
Nix

{...}: {
imports = [
./restic.nix
./traefik.nix
./kanboard.nix
./stash.nix
];
}