From 3f68b251334b0c710973a52e050484dedc6860c2 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 8 Feb 2025 12:23:32 -0500 Subject: [PATCH] fix roundcube static files --- hosts/ytnix/default.nix | 1 + modules/roundcube.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 80768b4..270654d 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -177,6 +177,7 @@ sbctl # secure boot wine-wayland wine64 + solaar ]; environment.sessionVariables = { diff --git a/modules/roundcube.nix b/modules/roundcube.nix index da0c035..3f2d8cc 100644 --- a/modules/roundcube.nix +++ b/modules/roundcube.nix @@ -43,6 +43,7 @@ in import common root ${roundcube.package} php_fastcgi unix/${fpm.socket} + file_server ''; }; }