nixos/jotta-cli: move to services.jotta-cli

This commit is contained in:
Even Brenden 2024-05-05 19:25:40 +02:00
parent 390e4745e7
commit 9fa89d0e2c
4 changed files with 6 additions and 6 deletions

View file

@ -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 ];
};