6 lines
89 B
Nix
6 lines
89 B
Nix
{
|
|
"/etc/nixos/git" = {
|
|
hostPath = "/etc/nixos/git";
|
|
isReadOnly = false;
|
|
};
|
|
}
|