mirror of
https://github.com/alyssadev/nixos.git
synced 2026-01-16 23:43:53 +10:00
parent
c1d507c5d8
commit
0a5788f051
2 changed files with 21 additions and 21 deletions
|
|
@ -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 = [ ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue