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