mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-29 21:08:35 +00:00
add nix-index-database flake input
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user