fixing stuff
This commit is contained in:
parent
f18e242afd
commit
6442d9b14a
2 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,10 @@ in {
|
|||
rustup
|
||||
jetbrains.clion
|
||||
|
||||
# general
|
||||
jetbrains.idea-ultimate
|
||||
vscode
|
||||
|
||||
# python
|
||||
python3Full
|
||||
jetbrains.pycharm-professional
|
||||
|
|
|
@ -322,7 +322,7 @@ in {
|
|||
repo = "/media/syncthing/borg/nextcloud";
|
||||
# make sure syncthing is capable of reading the files
|
||||
postHook = ''
|
||||
chown -R syncthing:syncthing /media/syncthing/borg
|
||||
chown -R syncthing:syncthing /media/syncthing/borg/nextcloud
|
||||
'';
|
||||
compression = "lz4";
|
||||
paths = [
|
||||
|
|
Loading…
Reference in a new issue