update
Some checks are pending
/ Check (push) Waiting to run

This commit is contained in:
alydev 2026-01-15 23:36:01 +10:00
parent c1d507c5d8
commit 0a5788f051
2 changed files with 21 additions and 21 deletions

View file

@ -27,25 +27,25 @@
fsType = "btrfs";
};
fileSystems."/mnt/storage/media/moviesoverlay" = {
device = "overlay";
fsType = "overlay";
options = [
"lowerdir=/mnt/storage/media/movies2:/mnt/storage/media/movies"
"x-systemd.after=mnt-storage.mount"
"x-systemd.requires=mnt-storage.mount"
];
};
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"
];
};
# fileSystems."/mnt/storage/media/moviesoverlay" = {
# device = "overlay";
# fsType = "overlay";
# options = [
# "lowerdir=/mnt/storage/media/movies2:/mnt/storage/media/movies"
# "x-systemd.after=mnt-storage.mount"
# "x-systemd.requires=mnt-storage.mount"
# ];
# };
#
# 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 = [ ];