summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/nix-sync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/nix-sync/default.nix b/system/services/nix-sync/default.nix
index 18511b3..9d88429 100644
--- a/system/services/nix-sync/default.nix
+++ b/system/services/nix-sync/default.nix
@@ -144,7 +144,7 @@
   });
 in {
   options = {
-    services.git-sync = {
+    services.nix-sync = {
       enable = lib.mkEnableOption "git-sync services";
 
       package = lib.mkOption {