From 71176977a3f2903a7820413e6bf63d439ce4ed53 Mon Sep 17 00:00:00 2001 From: dadada Date: Fri, 3 Feb 2023 20:10:17 +0100 Subject: [PATCH] fix secrets path --- nixos/modules/profiles/laptop.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/profiles/laptop.nix b/nixos/modules/profiles/laptop.nix index b7264cd..a517ede 100644 --- a/nixos/modules/profiles/laptop.nix +++ b/nixos/modules/profiles/laptop.nix @@ -3,7 +3,9 @@ , lib , ... }: -with lib; { +let + secretsPath = config.dadada.secrets.path; +in with lib; { imports = [ ./backup.nix ./base.nix