WS-KCNHUB/machines/kcnhub/services.nix

7 lines
79 B
Nix
Raw Normal View History

2023-07-28 10:56:58 -04:00
{ ... }: {
imports = [
2023-10-31 11:22:35 -04:00
./services/ssh.nix
./services/xrdp.nix
2023-07-28 10:56:58 -04:00
];
}