WS-KCNHUB/machines/kcnhub/services.nix

7 lines
79 B
Nix

{ ... }: {
imports = [
./services/ssh.nix
./services/xrdp.nix
];
}