From 3c7e049994719799158fd803a2a76b969726d9e8 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 7 Jun 2025 14:31:02 -0600 Subject: [PATCH] bind g... --- hosts/server/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/server/hardware-configuration.nix b/hosts/server/hardware-configuration.nix index 96457f2..df38fc9 100644 --- a/hosts/server/hardware-configuration.nix +++ b/hosts/server/hardware-configuration.nix @@ -117,6 +117,11 @@ options = [ "bind" ]; depends = [ "/srv/pool" ]; }; + "/srv/pool/glue/nvme" = { + device = "/home/jawz/Backups/glue"; + options = [ "bind" ]; + depends = [ "/srv/pool" ]; + }; "/srv/jellyfin/media" = { device = "/srv/pool/multimedia/media"; options = [