fix secrets path

This commit is contained in:
Tim Schubert 2023-02-03 20:10:17 +01:00
parent 8f05af8f4b
commit 71176977a3
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -3,7 +3,9 @@
, lib , lib
, ... , ...
}: }:
with lib; { let
secretsPath = config.dadada.secrets.path;
in with lib; {
imports = [ imports = [
./backup.nix ./backup.nix
./base.nix ./base.nix