diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:20:22 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 18:05:49 +0200 |
commit | c35eeac6f4bfdfe4876bbcdbc5decdffd78d292c (patch) | |
tree | b62cf678c7cdd2dd3a70161fa8365f7fed7fa701 /system/services/nix-sync/default.nix | |
parent | Refactor(system/services/nginx): Adapt to new nix-sync module (diff) | |
download | nixos-server-c35eeac6f4bfdfe4876bbcdbc5decdffd78d292c.tar.gz nixos-server-c35eeac6f4bfdfe4876bbcdbc5decdffd78d292c.zip |
Fix(system/services/nix-sync): Fully rename to nix-sync
Diffstat (limited to '')
-rw-r--r-- | system/services/nix-sync/default.nix | 2 |
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 { |