Former-commit-id: 251f535146
This commit is contained in:
Hadi
2024-06-17 23:32:56 +02:00
parent 7da96ad2c7
commit 019a6deaf4
2 changed files with 16 additions and 0 deletions

6
hosts/shared/openssh.nix Normal file
View File

@@ -0,0 +1,6 @@
{
services.openssh = {
enable = true;
ports = [ 22 ];
};
}