diff --git a/hw/aly-server.nix b/hw/aly-server.nix index 8a970ac..4fbc60f 100644 --- a/hw/aly-server.nix +++ b/hw/aly-server.nix @@ -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