fix(home): More fucking permissions
This commit is contained in:
parent
8d3f0daa85
commit
fd93ed2011
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ in {
|
|||
untrackedCache = true;
|
||||
};
|
||||
|
||||
# Laravel Sail makes permissions fucky so this is required...
|
||||
safe.directory = "/home/${config.marleyos.my.name}/hackin/*";
|
||||
|
||||
# Do not guess the user's identity.
|
||||
user.useConfigOnly = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue