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

11 lines
163 B
Nix
Raw Normal View History

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