Unverified Commit 3aab8e3a authored by Charles Suh's avatar Charles Suh
Browse files

multipath-tools: specify `etc_prefix` (as otherwise it defaults to `prefix`...

multipath-tools: specify `etc_prefix` (as otherwise it defaults to `prefix` which points to the read-only nix store), and it properly reads the configuration file generated by `nixos/modules/services/networking/multipath.nix` at `/etc/multipath.conf`

See: https://github.com/opensvc/multipath-tools/commit/98236a2be45d4e1e34debff785a08c3d1f37d0ed



Signed-off-by: default avatarCharles Suh <charles.suh@gmail.com>
parent 94a01f0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
    "LIB=lib"
    "prefix=$(out)"
    "systemd_prefix=$(out)"
    "etc_prefix=/"
    "kernel_incdir=${linuxHeaders}/include/"
    "man8dir=$(out)/share/man/man8"
    "man5dir=$(out)/share/man/man5"