Flake update, use goland and rust from stable, add kdenlive for fenix@fenixpc

This commit is contained in:
2025-10-14 18:02:42 +03:00
parent 9b71a9e223
commit 9d8a66facd
4 changed files with 46 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
{ pkgsStable, lib, ... }:
{ pkgs, lib, ... }:
{
services = {
calibre-web = {
listen.port = lib.mkDefault 8091;
listen.ip = lib.mkDefault "0.0.0.0";
package = pkgsStable.calibre-web;
package = pkgs.calibre-web;
options = {
enableBookUploading = true;
enableBookConversion = true;