summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-03 15:20:22 +0200
committerSoispha <soispha@vhack.eu>2023-07-03 15:20:22 +0200
commit4fd62ad1beb0f5d1ae1775ba6f1adf161ba68b16 (patch)
treecbff0e058fc865da747ad0845385371f438d6cf9
parentFix(system/services/nix-sync): Use correct writeScript function (diff)
downloadnixos-server-4fd62ad1beb0f5d1ae1775ba6f1adf161ba68b16.tar.gz
nixos-server-4fd62ad1beb0f5d1ae1775ba6f1adf161ba68b16.zip
Fix(system/services/nix-sync): Fully rename to nix-sync
-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 {