7 lines
124 B
Nix
7 lines
124 B
Nix
{
|
|
"/etc/nixos/git" = {
|
|
hostPath = "/etc/nixos/git";
|
|
mountPoint = "/etc/nixos/git";
|
|
isReadOnly = false;
|
|
};
|
|
}
|