Add openssh server config

This commit is contained in:
willifan 2024-07-27 23:25:56 +02:00
parent b533102019
commit f8128b6331
5 changed files with 28 additions and 1 deletions

7
hosts/server/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [
./ssh-server.nix
];
}