about summary refs log tree commit diff
path: root/nixos/modules/services/networking/jotta-cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/jotta-cli.nix')
-rw-r--r--nixos/modules/services/networking/jotta-cli.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/jotta-cli.nix b/nixos/modules/services/networking/jotta-cli.nix
index c7e6dad5453ca..e0fa1ef332fe6 100644
--- a/nixos/modules/services/networking/jotta-cli.nix
+++ b/nixos/modules/services/networking/jotta-cli.nix
@@ -2,10 +2,10 @@
 
 with lib;
 
-let cfg = config.user.services.jotta-cli;
+let cfg = config.services.jotta-cli;
 in {
   options = {
-    user.services.jotta-cli = {
+    services.jotta-cli = {
 
       enable = mkEnableOption "Jottacloud Command-line Tool";