nanuqsaurus/modules/system/services.nix

6 lines
48 B
Nix
Raw Normal View History

{ ... }:
{
services.openssh.enable = true;
}