add nix-index-database flake input

This commit is contained in:
Noah Masur
2026-07-28 18:34:12 -04:00
parent 5929b3201d
commit 033026bff8
5 changed files with 47 additions and 15 deletions
@@ -57,9 +57,10 @@ in
];
# Extending time for home-manager build for things like nix-index cache
systemd.services."home-manager-${username}" = {
serviceConfig.TimeoutStartSec = lib.mkForce "45m";
};
# Should not be necessary with nix-index-database flake
# systemd.services."home-manager-${username}" = {
# serviceConfig.TimeoutStartSec = lib.mkForce "45m";
# };
allowUnfreePackages = config.home-manager.users.${username}.allowUnfreePackages;