mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
1cdeb2dfb6
Former-commit-id: 8242da9bcb
13 lines
237 B
Nix
13 lines
237 B
Nix
{ inputs, ... }: {
|
|
sops = {
|
|
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
|
|
defaultSopsFile = ./secrets.yaml;
|
|
secrets = {
|
|
"example" = {
|
|
owner = "hadi";
|
|
path = "/etc/test";
|
|
};
|
|
};
|
|
};
|
|
}
|