snowflake/hosts/sora/services/default.nix
2023-06-24 19:11:16 -04:00

6 lines
69 B
Nix

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