mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Re-enabled nextcloud
This commit is contained in:
parent
6d15168a3c
commit
ff3249dc87
|
@ -39,6 +39,7 @@
|
||||||
syncthing
|
syncthing
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
|
nextcloud-client
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
mate.atril
|
mate.atril
|
||||||
openboard
|
openboard
|
||||||
|
@ -187,6 +188,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
services.nextcloud-client = {
|
||||||
|
enable = true;
|
||||||
|
startInBackground = true;
|
||||||
|
};
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
|
|
Loading…
Reference in a new issue