summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 2df1ae5..49a5169 100644
--- a/system/services/nix-sync/default.nix
+++ b/system/services/nix-sync/default.nix
@@ -145,7 +145,7 @@
   });
 in {
   options = {
-    services.git-sync = {
+    services.nix-sync = {
       enable = lib.mkEnableOption "git-sync services";
 
       package = lib.mkOption {