mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
Compare commits
No commits in common. "a4a26ac3a30da8a122f71a8e8f9e6575990d1190" and "eddcd2eaf74665333bd324898ce568149dedc052" have entirely different histories.
a4a26ac3a3
...
eddcd2eaf7
1 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue