From 2be93bd323e8392413a91744ac3cd4e671d4b7e0 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Sun, 18 Jan 2026 18:45:29 +0100 Subject: [PATCH] try to fix akonadi --- systems/x86_64-linux/drivebystation-nix/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/x86_64-linux/drivebystation-nix/configuration.nix b/systems/x86_64-linux/drivebystation-nix/configuration.nix index ac3cf2f..8aae3ea 100644 --- a/systems/x86_64-linux/drivebystation-nix/configuration.nix +++ b/systems/x86_64-linux/drivebystation-nix/configuration.nix @@ -156,6 +156,9 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + # Enable Akonadi for calendar backend + services.akonadi.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [