From 8af97609c6596f62780745a0e4b7c12c520946e5 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 9 Apr 2023 12:59:18 +0200 Subject: Fix(secrets): Secrets now work --- flake/nixosConfigurations/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'flake') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index ccd71e7b..b8242a64 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -17,14 +17,14 @@ pkgs sysLib # extra information - + system ; inherit (inputs) # bins - + yambar_cpu yambar_memory strip_js_comments @@ -32,19 +32,21 @@ grades shell-library # external deps - + user_js neovim_config snap-sync # modules - + impermanence ; }; }; }; + ageConfig = import ../../secrets; defaultModules = [ inputs.agenix.nixosModules.default + ageConfig # inputs.home-manager.nixosModules.home-manager (import "${inputs.home-manager}/nixos") -- cgit 1.4.1