refactor: add wayland clipboard module

This commit is contained in:
2026-04-10 12:12:44 +02:00
committed by hektor
parent db5e8855d2
commit 6b43660491
4 changed files with 9 additions and 4 deletions

View File

@@ -11,9 +11,9 @@
config = lib.mkIf config.tailscale.enable {
services.tailscale = {
enable = true;
openFirewall = true;
extraSetFlags = [ "--netfilter-mode=nodivert" ];
extraDaemonFlags = [ "--no-logs-no-support" ];
openFirewall = false;
};
};
}