11 lines
167 B
Nix
11 lines
167 B
Nix
|
{
|
||
|
age = {
|
||
|
secrets = {
|
||
|
wg-desktop = {
|
||
|
file = ../../../secrets/wg-desktop.age;
|
||
|
};
|
||
|
};
|
||
|
identityPaths = ["/home/crony/.ssh/main"];
|
||
|
};
|
||
|
}
|