mirror of
https://github.com/lxstinthesky/matrix.git
synced 2025-11-01 00:12:46 +00:00
8 lines
112 B
Nix
8 lines
112 B
Nix
{ config, pkgs, inputs, ... }:
|
|
|
|
{
|
|
services.openssh = {
|
|
enable = true;
|
|
# permitRootLogin = "no";
|
|
};
|
|
} |