5 lines
55 B
Nix
5 lines
55 B
Nix
{ ... }:
|
|
{
|
|
# SSH
|
|
services.openssh.enable = true;
|
|
}
|
{ ... }:
|
|
{
|
|
# SSH
|
|
services.openssh.enable = true;
|
|
}
|