Skip to content

Commit

Permalink
hosts (cyberoffice): add NextCloud apps
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Jun 16, 2024
1 parent ef721f2 commit a80e96d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions systems/x86_64-linux/cyberoffice/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
adminpassFile = config.sops.secrets.nextcloud-admin-pass.path;
};
settings.trusted_domains = ["192.168.178.200"];
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) bookmarks calendar contacts cookbook deck memories;
news = pkgs.fetchNextcloudApp {
sha256 = "sha256-cfJkKRNSz15L4E3w1tnEb+t4MrVwVzb8lb6vCOA4cK4=";
url = "https://github.com/nextcloud/news/releases/download/24.0.0/news.tar.gz";
license = "agpl3Plus";
};
};
extraAppsEnable = true;
};

# TODO extract this into a server module
Expand Down

0 comments on commit a80e96d

Please sign in to comment.