From bd9131340ac2775c0413ac57ee2ee014fb602985 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 1 Mar 2026 15:15:05 +0100 Subject: [PATCH] Don't want to deal with it now, manually it is --- nixos/hosts/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index e894a32..a7f6c77 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -111,7 +111,7 @@ systemd = { services."upgrade-nextcloud" = { - path = config.services.nextcloud.package; + path = pkgs.nextcloud33; enable = true; unitConfig = { after = "nextcloud-setup.service";