chore: rekey with home key + update flake

This commit is contained in:
Xavier Morel
2025-12-22 17:16:46 +01:00
parent a800347d75
commit 9ccf84c457
17 changed files with 107 additions and 104 deletions

View File

@@ -7,7 +7,10 @@
generators.url = "github:nix-community/nixos-generators";
terranix.url = "github:terranix/terranix";
devenv.url = "github:cachix/devenv";
authentik-nix.url = "github:nix-community/authentik-nix";
authentik-nix = {
url = "github:nix-community/authentik-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";