This commit is contained in:
alydev 2025-10-04 22:33:10 +10:00
parent eddcd2eaf7
commit 11dc2a03fe

View file

@ -27,6 +27,16 @@
fsType = "btrfs"; 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 = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking