nix/nixos/containers/mounts.nix
2024-03-25 12:41:07 +09:00

7 lines
105 B
Nix

{
"/etc/ssh" = {
hostPath = "/etc/ssh";
mountPoint = "/etc/ssh";
isReadOnly = true;
};
}