add stara to wg

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-04 22:11:14 +02:00
parent c36b061ce9
commit 07512362f8
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -77,6 +77,10 @@
publicKey = "RqTsFxFCcgYsytcDr+jfEoOA5UNxa1ZzGlpx6iuTpXY=";
allowedIPs = [ "10.0.0.3/32" ];
}
{
publicKey = "1e0mjluqXdLbzv681HlC9B8BfGN8sIXIw3huLyQqwXI=";
allowedIPs = [ "10.0.0.4/32" ];
}
];
};
};
@ -99,6 +103,12 @@
services = {
dovecot2.sieve.extensions = [ "fileinto" ];
openssh = {
enable = true;
settings = {
PermitRootLogin = "prohibit-password";
};
};
roundcube = {
enable = true;
package = pkgs.roundcube.withPlugins (plugins: [ plugins.persistent_login ]);