nixos/profiles: disable lvm resize helper in bashless profile

This commit is contained in:
Robert Rose
2026-03-24 15:21:23 +01:00
parent 5b4d1acbf5
commit b2abc2a2fd
+2
View File
@@ -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".