mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Updated REST API. Updated Nextcloud
This commit is contained in:
parent
ff75867555
commit
dc20c8416b
|
@ -48,7 +48,6 @@ makeConf() {
|
||||||
./vpn/ocserv.nix
|
./vpn/ocserv.nix
|
||||||
./api/api.nix
|
./api/api.nix
|
||||||
./api/api-module.nix
|
./api/api-module.nix
|
||||||
#./social/pleroma-module.nix
|
|
||||||
./social/pleroma.nix
|
./social/pleroma.nix
|
||||||
./letsencrypt/acme.nix
|
./letsencrypt/acme.nix
|
||||||
./letsencrypt/resolve.nix
|
./letsencrypt/resolve.nix
|
||||||
|
@ -488,7 +487,7 @@ EOF
|
||||||
{
|
{
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud21;
|
package = pkgs.nextcloud22;
|
||||||
hostName = "cloud.$DOMAIN";
|
hostName = "cloud.$DOMAIN";
|
||||||
|
|
||||||
# Use HTTPS for links
|
# Use HTTPS for links
|
||||||
|
@ -671,7 +670,7 @@ let
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
||||||
rev = "e4267aba180ad078868ad9e0f7f4fd7c944576d6";
|
rev = "568add06c6d622d417582ce55e3cc960686721ed";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ flask flask-restful pandas ];
|
propagatedBuildInputs = [ flask flask-restful pandas ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue