From 62e90db10f562800c400b5a609019a94bffb9fe2 Mon Sep 17 00:00:00 2001 From: cl0vrfi3ld <47996003+cl0vrfi3ld@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:07:02 -0400 Subject: [PATCH] enable `isMovable` --- sp-modules/actual/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-modules/actual/flake.nix b/sp-modules/actual/flake.nix index 33a79e0..f71c462 100644 --- a/sp-modules/actual/flake.nix +++ b/sp-modules/actual/flake.nix @@ -16,7 +16,7 @@ svgIcon = builtins.readFile ./icon.svg; showUrl = true; primarySubdomain = "subdomain"; - isMovable = false; + isMovable = true; isRequired = false; canBeBackedUp = true; backupDescription = "Your budgets, settings, and account secrets (where applicable).";