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

10 lines
112 B
Nix

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