fixing nextcloud
This commit is contained in:
parent
5111e01095
commit
cfca9d1647
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ let
|
|||
|
||||
in {
|
||||
|
||||
# Nextcloud 19 is still supported, but CVE-2020-8259 & CVE-2020-8152 are unfixed!
|
||||
nixpkgs.config.permittedInsecurePackages = [ "nextcloud-19.0.6" ];
|
||||
|
||||
containers.nextcloud = {
|
||||
|
||||
# mount host folders
|
||||
|
|
Loading…
Reference in a new issue