about summary refs log tree commit diff
path: root/nixos/tests/jotta-cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/jotta-cli.nix')
-rw-r--r--nixos/tests/jotta-cli.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/jotta-cli.nix b/nixos/tests/jotta-cli.nix
index 5eefe65c1d385..0df23ee2cba5c 100644
--- a/nixos/tests/jotta-cli.nix
+++ b/nixos/tests/jotta-cli.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
   meta.maintainers = with pkgs.lib.maintainers; [ evenbrenden ];
 
   nodes.machine = { pkgs, ... }: {
-    user.services.jotta-cli.enable = true;
+    services.jotta-cli.enable = true;
     imports = [ ./common/user-account.nix ];
   };