about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index f34e15f00495..a60164cb75bf 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -90,7 +90,7 @@ in {
 
     serviceConfig = {
       WorkingDirectory = "%h/briefcase/monzo_ynab";
-      Type = "oneshot";
+      Type = "simple";
     };
   };