about summary refs log tree commit diff
path: root/nixos/tests/jotta-cli.nix
diff options
context:
space:
mode:
authorEven Brenden <evenbrenden@users.noreply.github.com>2024-05-05 19:25:40 +0200
committerEven Brenden <evenbrenden@users.noreply.github.com>2024-05-05 19:30:16 +0200
commit9fa89d0e2c7a485dd4a75c99a105b3138a5b20e9 (patch)
treed1dd162a038e82b457d2366dee2d2c873570e100 /nixos/tests/jotta-cli.nix
parent390e4745e7636ab37707b4148d98b9632ac35d29 (diff)
nixos/jotta-cli: move to services.jotta-cli
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 ];
   };