7 lines
128 B
Nix
7 lines
128 B
Nix
{config, ...}: {
|
|
sops = {
|
|
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
|
};
|
|
|
|
imports = [];
|
|
}
|