forked from emily/nixfiles
3 lines
80 B
Nix
3 lines
80 B
Nix
{ config, lib, ... }: with lib; {
|
|
services.openssh.enable = mkDefault true;
|
|
}
|