nix/nixos/containers/mounts.nix

8 lines
104 B
Nix
Raw Normal View History

2024-03-25 04:30:28 +01:00
{
"/etc/ssh" = {
hostPath = "/etc/ssh";
mountPath = "/etc/ssh";
isReadOnly = true;
};
}