Update Flake inputs

This commit is contained in:
Paul-Henri Froidmont 2022-11-05 00:07:08 +01:00
parent 2487bc13cd
commit 8d9b321675
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 12 additions and 19 deletions

View file

@ -20,10 +20,6 @@
];
};
};
openssl1_1Overlay = final: prev: {
nginxStable = prev.nginxStable.override { openssl = pkgs.openssl_1_1; };
};
in
{
devShells.x86_64-linux.default = pkgs.mkShell {
@ -54,7 +50,6 @@
./profiles/db.nix
(
{
nixpkgs.overlays = [ openssl1_1Overlay ];
sops.defaultSopsFile = ./secrets.enc.yml;
networking.hostName = "db1";
networking.domain = "banditlair.com";
@ -73,7 +68,6 @@
./profiles/backend.nix
(
{
nixpkgs.overlays = [ openssl1_1Overlay ];
sops.defaultSopsFile = ./secrets.enc.yml;
networking.hostName = "backend1";
networking.domain = "banditlair.com";
@ -94,7 +88,6 @@
./profiles/storage.nix
(
{
nixpkgs.overlays = [ openssl1_1Overlay ];
sops.defaultSopsFile = ./secrets.enc.yml;
networking.hostName = "storage1";
networking.domain = "banditlair.com";