diff options
author | Karel Kočí <cynerd@email.cz> | 2024-01-10 11:17:22 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-01-10 11:17:22 +0100 |
commit | 55296b643fe2934b875561dd58861b69d4951e9c (patch) | |
tree | 26e673315c12c099b681ce813a0d6299e72bf957 /nixos/machine | |
parent | 78201a313a24376b1e54f8d6d977191a4d5735fd (diff) | |
download | nixos-personal-55296b643fe2934b875561dd58861b69d4951e9c.tar.gz nixos-personal-55296b643fe2934b875561dd58861b69d4951e9c.tar.bz2 nixos-personal-55296b643fe2934b875561dd58861b69d4951e9c.zip |
nixos: multiple tweaks
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; |