nix/nixos/containers/rdesktop/mounts.nix

8 lines
124 B
Nix
Raw Normal View History

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