diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/errol.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/machine/errol.nix b/nixos/machine/errol.nix index de23bc3..922ff57 100644 --- a/nixos/machine/errol.nix +++ b/nixos/machine/errol.nix @@ -62,6 +62,7 @@ with lib; { configDir = "/home/cynerd/.config/syncthing"; }; + nixpkgs.config.permittedInsecurePackages = ["openssl-1.1.1w"]; # TODO services.home-assistant = { enable = true; openFirewall = true; |