mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
parent
11dc2a03fe
commit
a4a26ac3a3
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,16 @@
|
|||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue