6 lines
97 B
Nix
6 lines
97 B
Nix
{ ... }: {
|
|
"/etc/nixos/git" = {
|
|
hostPath = "/etc/nixos/git";
|
|
isReadOnly = true;
|
|
};
|
|
}
|