mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
5 lines
103 B
Nix
5 lines
103 B
Nix
{config, ...}: {
|
|
sops = {
|
|
age.keyFile = "/home/${config.home.username}/sops-nix/key.txt";
|
|
};
|
|
}
|