7 lines
176 B
Nix
7 lines
176 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
age = {
|
|
identityPaths = [ "/root/.ssh/id_rsa" ];
|
|
secrets.monolith-nix-serve-privkey.file = ../secrets/monolith-nix-serve-privkey.age;
|
|
};
|
|
}
|