Skip to content

Commit

Permalink
lvm2: call the profile directory etc/profile.d
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jan 12, 2025
1 parent 7648916 commit e738ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/lvm2/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
"--with-default-run-dir=/run/lvm"
"--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
"--with-systemd-run=/run/current-system/systemd/bin/systemd-run"
"--with-default-profile-subdir=profile.d"
] ++ lib.optionals (!enableCmdlib && !onlyLib) [
"--bindir=${placeholder "bin"}/bin"
"--sbindir=${placeholder "bin"}/bin"
Expand Down

0 comments on commit e738ab2

Please sign in to comment.