nix/nixos/containers/rdesktop/mounts.nix

7 lines
97 B
Nix
Raw Normal View History

2024-03-21 14:21:00 +01:00
{ ... }: {
"/etc/nixos/git" = {
hostPath = "/etc/nixos/git";
isReadOnly = true;
};
}