snowflake/hosts/yuki/services/default.nix
2023-12-31 12:51:49 -05:00

10 lines
136 B
Nix

{...}: {
imports = [
./restic.nix
./traefik.nix
./stash.nix
./jellyfin.nix
./wallos.nix
./homepage.nix
];
}