system/home-manager: revert git workaround
This commit is contained in:
parent
bea94df0f6
commit
f5d2b22894
1 changed files with 0 additions and 8 deletions
|
|
@ -6,13 +6,5 @@
|
||||||
inherit enableGUI inputs modules;
|
inherit enableGUI inputs modules;
|
||||||
sysConfig = config;
|
sysConfig = config;
|
||||||
};
|
};
|
||||||
# uncomment to prevent nmd IFD
|
|
||||||
# sharedModules = [ { manual.manpages.enable = false; } ];
|
|
||||||
|
|
||||||
# HACK: due to git cve, nixos-rebuild --flake breaks; revert after nix is fixed
|
|
||||||
users.root.programs.git = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig.safe.directory = "*";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue