WS-KCNHUB/machines/kcnhub/servers.nix

8 lines
103 B
Nix
Raw Normal View History

2023-08-31 10:28:14 -04:00
{ ... }: {
imports = [
2023-10-26 13:12:34 -04:00
./servers/caddy.nix
2023-08-31 10:28:14 -04:00
./servers/xpra.nix
2023-10-26 13:12:34 -04:00
./servers/gitea.nix
2023-08-31 10:28:14 -04:00
];
}