8 lines
104 B
Nix
8 lines
104 B
Nix
|
{
|
||
|
"/etc/ssh" = {
|
||
|
hostPath = "/etc/ssh";
|
||
|
mountPath = "/etc/ssh";
|
||
|
isReadOnly = true;
|
||
|
};
|
||
|
}
|