Skip to content

Commit 1c5e8e2

Browse files
authored
fix(docs): nixos node operator closed source warning in docs (#5012)
While reading through the node operatior docs I saw information that was not up-to-date. Enjoy! 🗿🗿🗿
2 parents 0777a93 + 9f6f72c commit 1c5e8e2

File tree

1 file changed

+1
-6
lines changed
  • docs/src/content/docs/infrastructure/node-operators

1 file changed

+1
-6
lines changed

docs/src/content/docs/infrastructure/node-operators/nixos.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@ The current example does not support remote signers yet. We will expand the guid
1616

1717
Below is an example configuration.nix which can be used in production.
1818

19-
:::caution
20-
21-
The example currently uses `git+ssh://` syntax rather than `github:` syntax because our repository is not public yet. Once it is, this will be simplified. When this happens, `GIT_LFS_SKIP_SMUDGE` will also no longer be required.
22-
23-
:::
2419

2520
```nix
2621
{
2722
inputs = {
2823
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
29-
union.url = "git+ssh://git@github.com/unionlabs/union";
24+
union.url = "github:unionlabs/union";
3025
};
3126
outputs = { self, nixpkgs, union, ... }:
3227
{

0 commit comments

Comments
 (0)