From a95231a35106193a68d29a48e5dc23999232af9f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 21 Mar 2025 23:34:31 -0400 Subject: Factor out radicale and fix shared calendar Having this in its own file makes it easier to work on. Then I was able to figure out (with lots of debugging and trial+error with Claude) the actual permissions settings that result in a shared calendar. It's very fiddly because it is matching on usernames and directories using regex, and I think it's order-dependent as well. --- Omni/Cloud.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Cloud.nix') diff --git a/Omni/Cloud.nix b/Omni/Cloud.nix index 544b588..1f9706d 100755 --- a/Omni/Cloud.nix +++ b/Omni/Cloud.nix @@ -6,6 +6,7 @@ bild.os { ./Os/Base.nix ./Packages.nix ./Users.nix + ./Cloud/Cal.nix # ./Cloud/Chat.nix ./Cloud/Comms.nix ./Cloud/Git.nix -- cgit v1.2.3