diff options
author | Ben Sima <ben@bsima.me> | 2025-03-21 23:34:31 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-04-11 12:30:29 -0400 |
commit | a95231a35106193a68d29a48e5dc23999232af9f (patch) | |
tree | 9e443c5985d5c0d99b5da09f3ba1b82d77510765 /Omni/Cloud.nix | |
parent | ae011f80c7e85d23edc185876e3d026704221454 (diff) |
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.
Diffstat (limited to 'Omni/Cloud.nix')
-rwxr-xr-x | Omni/Cloud.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |