From 76a3cf24e4868afb795039b820c87929ec6f0499 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 3 Nov 2025 22:16:30 +0100 Subject: use home-manager-unstable nixpkgs-unstalbe darwin-unstable --- hosts/sachiel/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/sachiel/configuration.nix') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 0a36191..0aa0675 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -155,7 +155,7 @@ services.nextcloud = { enable = true; - package = pkgs.nextcloud31; + package = pkgs.nextcloud32; hostName = "cloud.schererleander.de"; https = true; database.createLocally = true; @@ -197,7 +197,7 @@ set -euo pipefail INSTALL="${pkgs.coreutils}/bin/install" FIND="${pkgs.findutils}/bin/find" - MYSQLDUMP="${pkgs.mariadb-client}/bin/mysqldump" + MYSQLDUMP="${pkgs.mariadb.client}/bin/mysqldump" GZIP="${pkgs.gzip}/bin/gzip" OCC="${lib.getExe config.services.nextcloud.occ}" @@ -236,7 +236,6 @@ ]; }; - nixpkgs.config.allowUnfree = true; system.stateVersion = "25.05"; } -- cgit v1.3.1