diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-12-12 00:24:23 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-12-20 04:12:27 +0100 |
commit | ab8f306d7c2c49b8116e1af7b355ed2384617ed9 (patch) | |
tree | d1061ec0436fd096de2332a892eb984c63cb125e /modules/duply_backup | |
parent | 4227853a03923e04daf3dd511a4b5a1ab5d527e7 (diff) | |
download | Nix-ab8f306d7c2c49b8116e1af7b355ed2384617ed9.tar.gz Nix-ab8f306d7c2c49b8116e1af7b355ed2384617ed9.tar.zst Nix-ab8f306d7c2c49b8116e1af7b355ed2384617ed9.zip |
Add specification for the private config file as a module.
Diffstat (limited to 'modules/duply_backup')
-rw-r--r-- | modules/duply_backup/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/duply_backup/default.nix b/modules/duply_backup/default.nix index 32fa941..8931378 100644 --- a/modules/duply_backup/default.nix +++ b/modules/duply_backup/default.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { lib, pkgs, myconfig, config, ... }: | 1 | { lib, pkgs, config, ... }: |
2 | 2 | ||
3 | let | 3 | let |
4 | cfg = myconfig.env.backup; | 4 | cfg = config.myEnv.backup; |
5 | varDir = "/var/lib/duply"; | 5 | varDir = "/var/lib/duply"; |
6 | duplyProfile = profile: prefix: '' | 6 | duplyProfile = profile: prefix: '' |
7 | GPG_PW="${cfg.password}" | 7 | GPG_PW="${cfg.password}" |