From c2b89b7fc508a1021d7a84330c0deb42c9266aba Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 26 Apr 2025 16:27:23 +0100 Subject: [PATCH] fix: use media in hardware --- hosts/architect/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/hardware.nix b/hosts/architect/hardware.nix index 9e715f2..437e6b9 100644 --- a/hosts/architect/hardware.nix +++ b/hosts/architect/hardware.nix @@ -56,7 +56,7 @@ options = [ "bind" ]; }; - "/media" = { + "${config.pepe.core.media.path}" = lib.mkIf config.pepe.core.media.enable { device = "nvmedata/media"; fsType = "zfs"; };