diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index 70fce72..67f46e1 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -74,6 +74,13 @@ 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";