Hi everyone,
I am trying to configure a small NixOS server on VirtualBox, and I would like to ssh onto it. However, I cannot make the ssh server work:
$ sudo systemctl status ssh
Unit ssh.service could not be found
My configuration:
services.openssh.enable = true;
Thank you
Davide