fix nextcloud

This commit is contained in:
Ingolf Wagner 2023-11-09 23:06:42 +01:00
parent 66c40a8dec
commit 5dbf3a27ca
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 2 deletions

View file

@ -41,8 +41,9 @@
unstable.jetbrains.idea-ultimate
#vscode
fhsDataGrip
jetbrains.mps
fhsDataGrip
fhsPyCharm
(pkgs.makeDesktopItem {
name = "pycharm";

View file

@ -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;
};
};