diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix
index 67f46e1..70fce72 100644
--- a/hosts/vno3-nk/configuration.nix
+++ b/hosts/vno3-nk/configuration.nix
@@ -74,13 +74,6 @@ in
     fwupd.enable = true;
   };
 
-  systemd = {
-    tmpfiles.rules = [ "d /data/timelapse-r11 0755 root root -" ];
-    services.timelapse-r11.serviceConfig = {
-      BindPaths = "/var/lib/private/timelapse-r11:/data/timelapse-r11";
-    };
-  };
-
   mj = {
     stateVersion = "24.11";
     timeZone = "Europe/Vilnius";