Compare commits

..

No commits in common. "a4a26ac3a30da8a122f71a8e8f9e6575990d1190" and "eddcd2eaf74665333bd324898ce568149dedc052" have entirely different histories.

View file

@ -27,26 +27,6 @@
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