Commit b2abc2a2 authored by Robert Rose's avatar Robert Rose
Browse files

nixos/profiles: disable lvm resize helper in bashless profile

parent 5b4d1acb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@
  users.manageLingering = lib.mkDefault false;
  # Relies on the gzip command which depends on bash
  services.logrotate.enable = lib.mkDefault false;
  # The resize helper pulls in bash
  services.lvm.resizeHelper.enable = false;

  # Check that the system does not contain a Nix store path that contains the
  # string "bash".