From e67fe81fff33b586b5dcf9a899c449357c59e118 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 28 Sep 2023 13:27:42 +0200 Subject: [PATCH] updates --- nixos/common/default.nix | 2 +- nixos/hosts/hades/garage/configuration.nix | 2 +- nixos/hosts/hades/nginx/configuration.nix | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/common/default.nix b/nixos/common/default.nix index 317d57d..4ba2c85 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -75,7 +75,7 @@ nixpkgs.config.allowUnfree = true; nixpkgs.config.permittedInsecurePackages = - [ "nodejs-16.20.1" "nodejs-14.21.3" "openssl-1.1.1t" "nodejs-16.20.0" "openssl-1.1.1u" "openssl-1.1.1v" ]; + [ "nodejs-16.20.2" "nodejs-14.21.3" "openssl-1.1.1w" ]; # Limit the systemd journal to 100 MB of disk or the # last 7 days of logs, whichever happens first. diff --git a/nixos/hosts/hades/garage/configuration.nix b/nixos/hosts/hades/garage/configuration.nix index a1e52a1..ca090ca 100644 --- a/nixos/hosts/hades/garage/configuration.nix +++ b/nixos/hosts/hades/garage/configuration.nix @@ -23,7 +23,7 @@ in { networking.firewall.allowedTCPPorts = [ 3900 3901 3902 ]; # Defines rpc_secret - systemd.services.garage.serviceConfig.EnvironmentFile = "${vs.garage}/environment"; + systemd.services.garage.serviceConfig.EnvironmentFile = [ "${vs.garage}/environment" ]; services.garage = { enable = true; diff --git a/nixos/hosts/hades/nginx/configuration.nix b/nixos/hosts/hades/nginx/configuration.nix index 566dcdf..c2a2d7d 100644 --- a/nixos/hosts/hades/nginx/configuration.nix +++ b/nixos/hosts/hades/nginx/configuration.nix @@ -16,8 +16,6 @@ in { imports = [ ]; - nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" ]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave