From 11dc2a03feb0d9b5773c4ded4c931d0ed713dbb5 Mon Sep 17 00:00:00 2001 From: alydev Date: Sat, 4 Oct 2025 22:33:10 +1000 Subject: [PATCH] update --- hw/aly-server.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hw/aly-server.nix b/hw/aly-server.nix index 4fbc60f..79ff8a1 100644 --- a/hw/aly-server.nix +++ b/hw/aly-server.nix @@ -27,6 +27,16 @@ fsType = "btrfs"; }; + fileSystems."/mnt/storage/media/tvoverlay" = { + device = "overlay"; + fsType = "overlay"; + options = [ + "lowerdir=/mnt/storage/media/tv2:/mnt/storage/media/tv" + "x-systemd.after=mnt-storage.mount" + "x-systemd.requires=mnt-storage.mount" + ]; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking