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