feat: initial ocis integration
This commit is contained in:
parent
8ceba4bcfd
commit
f2501365c4
4 changed files with 176 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue