mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update Flake inputs
This commit is contained in:
parent
2487bc13cd
commit
8d9b321675
2 changed files with 12 additions and 19 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue