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