8 lines
95 B
Nix
Executable File
8 lines
95 B
Nix
Executable File
|
|
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# Enable the OpenSSH daemon.
|
|
#services.openssh.enable = true;
|
|
}
|