12 lines
182 B
Nix
Executable File
12 lines
182 B
Nix
Executable File
{ ... }:
|
|
{
|
|
sops = {
|
|
defaultSopsFile = ../../secrets/secrets.yaml;
|
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
|
|
|
secrets = {
|
|
"wifi" = { };
|
|
};
|
|
};
|
|
}
|