feat: initial ocis integration

This commit is contained in:
Dominik Polakovics Polakovics 2026-04-16 11:26:56 +02:00
parent 8ceba4bcfd
commit f2501365c4
4 changed files with 176 additions and 79 deletions

View file

@ -11,6 +11,7 @@
./modules/bitwarden
./modules/authelia.nix
./modules/collabora.nix
./modules/ocis.nix
./modules/nextcloud
./modules/rustdesk.nix
./modules/postgresql.nix
@ -54,6 +55,11 @@
"openssl-1.1.1w"
];
# oCIS (ownCloud Infinite Scale) has an unfree license
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"ocis_5-bin"
];
environment.systemPackages = with pkgs; [
vim
davfs2