nixos-config/secrets/restic-backup/default.nix

10 lines
112 B
Nix
Raw Normal View History

2021-08-09 19:34:23 +02:00
{ lib }:
2022-01-11 16:08:21 +01:00
let
inherit (lib)
fileContents
;
in
2021-08-09 19:34:23 +02:00
{
2022-01-11 16:08:21 +01:00
poseidon-repo = fileContents ./poseidon-repo.secret;
2021-08-09 19:34:23 +02:00
}