From 5dbf3a27ca5f3068dab67016e328dac64959a9e2 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 9 Nov 2023 23:06:42 +0100 Subject: [PATCH] fix nextcloud --- nixos/machines/cream/packages-development.nix | 3 ++- nixos/machines/robi/nextcloud.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/machines/cream/packages-development.nix b/nixos/machines/cream/packages-development.nix index f747170..61445e3 100644 --- a/nixos/machines/cream/packages-development.nix +++ b/nixos/machines/cream/packages-development.nix @@ -41,8 +41,9 @@ unstable.jetbrains.idea-ultimate #vscode - fhsDataGrip + jetbrains.mps + fhsDataGrip fhsPyCharm (pkgs.makeDesktopItem { name = "pycharm"; diff --git a/nixos/machines/robi/nextcloud.nix b/nixos/machines/robi/nextcloud.nix index 622fb53..f2bd0b3 100644 --- a/nixos/machines/robi/nextcloud.nix +++ b/nixos/machines/robi/nextcloud.nix @@ -142,7 +142,7 @@ in #mountPoint = toString config.services.syncthing.folders.media.path; #hostPath = toString config.services.syncthing.folders.media.path; mountPoint = "/media/syncthing/media"; - hostPath = "/media/syncthing/media"; + hostPath = "/media/media"; isReadOnly = true; }; };