From 50b2a7c4b6860baa12f4861a208ca7d3a7c417ae Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 24 Aug 2026 18:42:32 -0700 Subject: Add audio NFS share --- hosts/arrakis/hardware-configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/arrakis/hardware-configuration.nix') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 21bd5a1..59a787f 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -16,6 +16,15 @@ zfs.extraPools = [ "data" ]; }; + fileSystems."/srv/caladan/audio" = { + device = "/data/home/nipsy/audio"; + fsType = "none"; + options = [ + "bind" + "noauto" + ]; + }; + fileSystems."/srv/caladan/downloads" = { device = "/data/home/nipsy/downloads"; fsType = "none"; -- cgit v1.3.1