mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
serivce/matrix-bot: allow insecure olm package
This commit is contained in:
parent
6a43593c2d
commit
45af07507e
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
# TODO: fix this
|
||||||
|
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
|
||||||
# it. DynamicUser will not take full effect as a result of this.
|
# it. DynamicUser will not take full effect as a result of this.
|
||||||
users.users.go-neb = {
|
users.users.go-neb = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue