mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/matrix-bot: explain insecure better
This commit is contained in:
parent
3cbf500b08
commit
8c3ddd73af
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# TODO: fix this
|
# TODO: since no encryption is used, this is not a major problem, but migration is advised
|
||||||
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||||
|
|
||||||
# Create user so that we can set the ownership of the key to
|
# Create user so that we can set the ownership of the key to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue