Add Korganizer configuration

This commit is contained in:
2026-04-23 18:16:20 +02:00
parent 66fab6c767
commit 4e8e5bf907
5 changed files with 65 additions and 22 deletions

View File

@@ -1,4 +1,11 @@
{
services.tailscale = {
enable = true;
disableUpstreamLogging = true;
disableTaildrop = true;
extraSetFlags = [
"--accept-dns=false"
"--ssh=false"
];
};
}