mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 12:15:38 +00:00
fix: home-manager won't start with low mem
issue caused by nix-index memory usage
This commit is contained in:
parent
f50bbeba94
commit
c12d54314e
@ -20,6 +20,10 @@
|
||||
services.caddy.enable = true;
|
||||
services.transmission.enable = true;
|
||||
|
||||
# nix-index seems to each up too much memory for Vultr
|
||||
home-manager.users.${globals.user}.programs.nix-index.enable =
|
||||
inputs.nixpkgs.lib.mkForce false;
|
||||
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation.forwardPorts = [{
|
||||
from = "host";
|
||||
|
Loading…
Reference in New Issue
Block a user