diff options
author | Soispha <soispha@vhack.eu> | 2023-07-04 21:39:46 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-04 21:39:46 +0200 |
commit | 1fe7e31fa55e3db8c161d60825148858de60769e (patch) | |
tree | bccbc8045c501e8426a0c6575a43c0e61d4148f4 | |
parent | Fix(system/services/nix-sync): Use correct git urls (diff) | |
download | nixos-server-1fe7e31fa55e3db8c161d60825148858de60769e.tar.gz nixos-server-1fe7e31fa55e3db8c161d60825148858de60769e.zip |
Docs(system/services/nix-sync): Change last remnant from git-sync
-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 3f112f6..67df089 100644 --- a/system/services/nix-sync/default.nix +++ b/system/services/nix-sync/default.nix @@ -149,7 +149,7 @@ default = 500; description = '' The interval, specified in seconds, at which the synchronization will - be triggered even without filesystem changes. + be triggered. ''; }; }; |