WS-KCNHUB/machines/kcnhub/services.nix

7 lines
96 B
Nix
Raw Normal View History

2023-07-28 10:56:58 -04:00
{ ... }: {
imports = [
2023-07-28 11:21:51 -04:00
# ./services/remote-desktop-guac.nix
./services/rdp.nix
2023-07-28 10:56:58 -04:00
];
}