From 28cab74dc567896a1edfb4647e62f51930611bde Mon Sep 17 00:00:00 2001 From: Jakub Dorfman Date: Sun, 26 Apr 2026 13:34:03 +0200 Subject: [PATCH] installed agenix --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index ff4abac..c429b71 100644 --- a/flake.nix +++ b/flake.nix @@ -5,12 +5,19 @@ vpsadminos.url = "github:vpsfreecz/vpsadminos"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + + agenix = { + url = "github:ryantm/agenix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.darwin.follows = ""; + }; }; outputs = inputs@{ nixpkgs, vpsadminos, + agenix, ... }: let @@ -24,6 +31,7 @@ ./configuration.nix ./caddy.nix ./containers/hello.nix + agenix.nixosModules.default ]; specialArgs = { inherit inputs;