diff --git a/systems/LoutreOS/hardware-configuration.nix b/systems/LoutreOS/hardware-configuration.nix index a3834d9..436363e 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -72,11 +72,6 @@ fsType = "zfs"; }; - fileSystems."/var/lib/emby/ProgramData-Server" = - { device = "loutrepool/var/emby"; - fsType = "zfs"; - }; - fileSystems."/var/lib/syncthing" = { device = "loutrepool/var/syncthing"; fsType = "zfs";