Compare commits

..

2 commits

Author SHA1 Message Date
alydev
a4a26ac3a3 update
Some checks failed
/ Check (push) Has been cancelled
2025-10-04 22:51:22 +10:00
alydev
11dc2a03fe update 2025-10-04 22:33:10 +10:00

View file

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