diff --git a/flake.lock b/flake.lock index f84a98e..fdb7e8f 100644 --- a/flake.lock +++ b/flake.lock @@ -308,11 +308,11 @@ ] }, "locked": { - "lastModified": 1769465069, - "narHash": "sha256-1HXiCC0tD9Qyt1Un+6uu6nehrAeFPvDWnJw+J2JFpMs=", - "ref": "refs/heads/master", - "rev": "2dad7fe10ba3b64ac3e8183f7d2b7fc6ddbbd670", - "revCount": 181, + "lastModified": 1769528268, + "narHash": "sha256-giRAsZtUQsauYAkgoQXel6JQW5sAS8ih2FY6400+L88=", + "ref": "refs/heads/prod", + "rev": "f6793446bdfd64231dee8928a7a88af713c5c3be", + "revCount": 185, "type": "git", "url": "ssh://git@github.com/TheWanderingCrow/nix-secrets" }, diff --git a/hosts/common/optional/vbox.nix b/hosts/common/optional/vbox.nix index d643606..c1a961d 100644 --- a/hosts/common/optional/vbox.nix +++ b/hosts/common/optional/vbox.nix @@ -4,11 +4,5 @@ enable = true; addNetworkInterface = true; }; - guest = { - enable = true; - vboxsf = true; - dragAndDrop = true; - clipboard = true; - }; }; } diff --git a/modules/services/actualbudget/default.nix b/modules/services/actualbudget/default.nix index 787256b..3cf82cf 100644 --- a/modules/services/actualbudget/default.nix +++ b/modules/services/actualbudget/default.nix @@ -113,7 +113,7 @@ in services.actualbudget-report = { enable = true; - interval = "Sun 12:00:00"; + interval = "Sun,Wed 12:00:00"; environmentFile = config.sops.templates."actualbudget-report-env".path; }; }