add openssh

This commit is contained in:
smayzy
2025-08-09 13:19:45 +02:00
parent cacd136ca9
commit fec9e18710
3 changed files with 32 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./openssh.nix
];
}