mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(exports): sshd service
This commit is contained in:
parent
1fed0eb15f
commit
45d41414e6
14 changed files with 78 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ _: {
|
|||
};
|
||||
exports = {
|
||||
services = {
|
||||
sshd = {
|
||||
enable = true;
|
||||
ports.public.enable = false;
|
||||
};
|
||||
freeipa.enable = true;
|
||||
ldap.enable = true;
|
||||
kerberos.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue