git /boot safe

This commit is contained in:
Bryan Ramos 2024-09-28 11:31:24 -04:00
parent 4b1728d916
commit 3fafec939d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -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"