From 0d5ac1c243873a7ba3c16db47b0465f77c3dbaec Mon Sep 17 00:00:00 2001 From: polsevev Date: Wed, 12 Feb 2025 22:03:11 +0100 Subject: [PATCH] nginx flake --- nixos/hephaestus/flake.lock | 27 +++++++++++++++++++++++++++ nixos/hephaestus/flake.nix | 1 + 2 files changed, 28 insertions(+) create mode 100644 nixos/hephaestus/flake.lock diff --git a/nixos/hephaestus/flake.lock b/nixos/hephaestus/flake.lock new file mode 100644 index 0000000..54438ff --- /dev/null +++ b/nixos/hephaestus/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1739206421, + "narHash": "sha256-PwQASeL2cGVmrtQYlrBur0U20Xy07uSWVnFup2PHnDs=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "44534bc021b85c8d78e465021e21f33b856e2540", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-24.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/nixos/hephaestus/flake.nix b/nixos/hephaestus/flake.nix index 0ee84a7..5aedd9a 100644 --- a/nixos/hephaestus/flake.nix +++ b/nixos/hephaestus/flake.nix @@ -14,6 +14,7 @@ # Import the previous configuration.nix we used, # so the old configuration file still takes effect ./configuration.nix + ./nginx.nix ]; }; };