From a91b40ea05c9aec40938d7e3e4c38beab8683f56 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 16:04:43 +0200 Subject: [PATCH] feat: add agenix to saberofxebec --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ae3e8b0..d6eb4bd 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ specialArgs = {inherit inputs;}; modules = [ ./hosts/saberofxebec/configuration.nix + inputs.agenix.nixosModules.default ]; }; nixosConfigurations.karasumaru = nixpkgs-stable.lib.nixosSystem {