10 lines
No EOL
205 B
Nix
10 lines
No EOL
205 B
Nix
{inputs, pkgs, ...}:
|
|
|
|
{
|
|
imports = [ inputs.sops-nix.nixosModules.sops ];
|
|
|
|
sops = {
|
|
defaultSopsFile = "${inputs.secrets}/main.json";
|
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
|
};
|
|
} |