fleshed out server configuration a bit more before installation

This commit is contained in:
pagedmov
2024-11-01 03:17:13 -04:00
parent c426e1b77a
commit dfb157c14f
4 changed files with 33 additions and 1 deletions

View File

@@ -13,4 +13,8 @@
"d /home/${username}/inbox 0770 ${username} users -"
"d /home/${username}/outbox 0770 ${username} users -"
];
services.openssh = {
enable = true;
allowSFTP = true;
};
}