feat: Enabled package ragenix for secret management

This commit is contained in:
2025-12-10 17:58:25 -05:00
committed by Hunter Halloran
parent 69ebf5bb9d
commit e7d7218c79
4 changed files with 202 additions and 15 deletions

View File

@@ -28,6 +28,11 @@
# Hardware quirks and configurations
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
agenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Neovim configuration
lazyvim-nixvim.url = "github:azuwis/lazyvim-nixvim";
@@ -50,6 +55,7 @@
nixpkgs-old-kernel,
home-manager,
disko,
agenix,
lazyvim-nixvim,
nixos-hardware,
vscode-server,
@@ -73,7 +79,7 @@
{
# Formatter for 'nix fmt'
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
# Generate NixOS configurations from hosts/default.nix
nixosConfigurations = hosts.nixosConfigurations;