nixos-config/secrets/borg-backup/default.nix
2022-01-21 00:31:41 +01:00

10 lines
112 B
Nix

{ lib }:
let
inherit (lib)
fileContents
;
in
{
poseidon-repo = fileContents ./poseidon-repo.secret;
}