system/home-manager: fix inability to rebuild
This commit is contained in:
parent
8fc0825b1a
commit
777b18c6ca
1 changed files with 6 additions and 0 deletions
|
|
@ -8,5 +8,11 @@
|
|||
};
|
||||
# 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