nix/nixos/containers/rdesktop/mounts.nix

8 lines
124 B
Nix
Raw Normal View History

2024-03-21 22:42:48 +09:00
{
2024-03-21 22:21:00 +09:00
"/etc/nixos/git" = {
hostPath = "/etc/nixos/git";
2024-03-22 20:32:53 +09:00
mountPoint = "/etc/nixos/git";
2024-03-22 11:37:18 +09:00
isReadOnly = false;
2024-03-21 22:21:00 +09:00
};
}