summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-03 15:20:22 +0200
committerSoispha <soispha@vhack.eu>2023-07-03 18:05:49 +0200
commitc35eeac6f4bfdfe4876bbcdbc5decdffd78d292c (patch)
treeb62cf678c7cdd2dd3a70161fa8365f7fed7fa701 /system/services
parentRefactor(system/services/nginx): Adapt to new nix-sync module (diff)
downloadnixos-server-c35eeac6f4bfdfe4876bbcdbc5decdffd78d292c.tar.gz
nixos-server-c35eeac6f4bfdfe4876bbcdbc5decdffd78d292c.zip
Fix(system/services/nix-sync): Fully rename to nix-sync
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 {