fix nextcloud
This commit is contained in:
parent
66c40a8dec
commit
5dbf3a27ca
2 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,9 @@
|
|||
unstable.jetbrains.idea-ultimate
|
||||
#vscode
|
||||
|
||||
fhsDataGrip
|
||||
jetbrains.mps
|
||||
|
||||
fhsDataGrip
|
||||
fhsPyCharm
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "pycharm";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue