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
|
unstable.jetbrains.idea-ultimate
|
||||||
#vscode
|
#vscode
|
||||||
|
|
||||||
fhsDataGrip
|
jetbrains.mps
|
||||||
|
|
||||||
|
fhsDataGrip
|
||||||
fhsPyCharm
|
fhsPyCharm
|
||||||
(pkgs.makeDesktopItem {
|
(pkgs.makeDesktopItem {
|
||||||
name = "pycharm";
|
name = "pycharm";
|
||||||
|
|
|
@ -142,7 +142,7 @@ in
|
||||||
#mountPoint = toString config.services.syncthing.folders.media.path;
|
#mountPoint = toString config.services.syncthing.folders.media.path;
|
||||||
#hostPath = toString config.services.syncthing.folders.media.path;
|
#hostPath = toString config.services.syncthing.folders.media.path;
|
||||||
mountPoint = "/media/syncthing/media";
|
mountPoint = "/media/syncthing/media";
|
||||||
hostPath = "/media/syncthing/media";
|
hostPath = "/media/media";
|
||||||
isReadOnly = true;
|
isReadOnly = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue