From b2abc2a2fd97a73f35c39dd42f459fa553750ea8 Mon Sep 17 00:00:00 2001 From: Robert Rose Date: Tue, 24 Mar 2026 15:21:23 +0100 Subject: [PATCH] nixos/profiles: disable lvm resize helper in bashless profile --- nixos/modules/profiles/bashless.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/profiles/bashless.nix b/nixos/modules/profiles/bashless.nix index 572f665bfede..501563b97b3d 100644 --- a/nixos/modules/profiles/bashless.nix +++ b/nixos/modules/profiles/bashless.nix @@ -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".