3 lines
51 B
Nix
3 lines
51 B
Nix
|
{ config, pkgs, ... }: {
|
||
|
services.openssh = {};
|
||
|
}
|