snowflake/hosts/yuki/services/default.nix
2023-06-11 18:24:13 -04:00

7 lines
67 B
Nix

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