mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
git /boot safe
This commit is contained in:
parent
4b1728d916
commit
3fafec939d
1 changed files with 6 additions and 1 deletions
|
|
@ -20,7 +20,12 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
merge = { tool = "vimdiff"; };
|
merge = { tool = "vimdiff"; };
|
||||||
safe = { directory = "/etc/nixos"; };
|
safe = {
|
||||||
|
directory = [
|
||||||
|
"/etc/nixos"
|
||||||
|
"/boot"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue