diff --git a/machines/bakunin/configuration.nix b/machines/bakunin/configuration.nix index a526f0e..26a263b 100644 --- a/machines/bakunin/configuration.nix +++ b/machines/bakunin/configuration.nix @@ -48,7 +48,7 @@ in firefox thunderbird telegram-desktop - tor-browser-bundle-bin + tor-browser keepassxc libreoffice gimp diff --git a/machines/louise/configuration.nix b/machines/louise/configuration.nix index 85bc856..5215879 100644 --- a/machines/louise/configuration.nix +++ b/machines/louise/configuration.nix @@ -31,7 +31,7 @@ firefox thunderbird telegram-desktop - tor-browser-bundle-bin + tor-browser keepassxc libreoffice gimp diff --git a/machines/nextcloud/configuration.nix b/machines/nextcloud/configuration.nix index 3d4d4a0..8350dd6 100644 --- a/machines/nextcloud/configuration.nix +++ b/machines/nextcloud/configuration.nix @@ -33,7 +33,7 @@ with lib; services.nextcloud = { enable = true; - package = pkgs.nextcloud31; + package = pkgs.nextcloud32; hostName = "cloud.malobeo.org"; config.adminpassFile = config.sops.secrets.nextcloudAdminPass.path; maxUploadSize = "10G"; @@ -48,14 +48,9 @@ with lib; extraAppsEnable = true; extraApps = { inherit (config.services.nextcloud.package.packages.apps) contacts calendar polls registration collectives forms; - appointments = pkgs.fetchNextcloudApp { - sha256 = "sha256-ls1rLnsX7U9wo2WkEtzhrvliTcWUl6LWXolE/9etJ78="; - url = "https://github.com/SergeyMosin/Appointments/raw/refs/tags/v2.4.3/build/artifacts/appstore/appointments.tar.gz"; - license = "agpl3Plus"; - }; deck = pkgs.fetchNextcloudApp { sha256 = "sha256-1sqDmJpM9SffMY2aaxwzqntdjdcUaRySyaUDv9VHuiE="; - url = "https://link.storjshare.io/raw/jw7pf6gct34j3pcqvlq6ddasvdwq/mal/deck.tar.gz"; + url = "https://link.storjshare.io/raw/jvrl62dakd6htpyxohjkiiqiw5ma/mal/deck32.tar.gz"; license = "agpl3Plus"; }; }; diff --git a/machines/zineshop/configuration.nix b/machines/zineshop/configuration.nix index aac419e..1ec548a 100644 --- a/machines/zineshop/configuration.nix +++ b/machines/zineshop/configuration.nix @@ -26,7 +26,7 @@ with lib; services.printing.enable = true; services.malobeo.printing.enable = true; - services.zineshop.enable = true; + services.zineshop.enable = false; networking.firewall.allowedTCPPorts = [ 8080 ]; system.stateVersion = "22.11"; # Did you read the comment?