mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-31 01:23:51 -05:00
10 lines
282 B
Nix
10 lines
282 B
Nix
{ config }:
|
|
{
|
|
age.keyFile = "/home/${config.home.username}/.config/sops/age/keys.txt";
|
|
defaultSopsFile = ../secrets.yaml;
|
|
secrets.hosts = {
|
|
format = "binary";
|
|
sopsFile = ../secrets/hosts;
|
|
path = "/home/${config.home.username}/.config/gh/hosts.yml";
|
|
};
|
|
}
|