Commit Graph

420 Commits

Author SHA1 Message Date
b38976ad9d chore: add github sponsors 2024-05-10 14:18:54 +08:00
f08ea207ef link to new nixos wiki (#158)
This commit updates the the link from the former, unofficial nixos wiki
page to the new https://wiki.nixos.org
ref: NixOS/foundation#113
2024-05-10 09:40:43 +08:00
d509b20039 fix: #156 2024-05-07 10:18:41 +08:00
3ce16b76b4 fix: fix typo (#155) 2024-04-26 09:17:42 +08:00
4f141293d5 fix: fix the description of sudo 2024-04-17 22:23:28 +08:00
3ae3f70da4 feat: dev env 2024-04-17 22:10:21 +08:00
a59b8f63a1 polish: change nixos name to my-nixos to make it more understandable 2024-04-13 23:35:38 +08:00
7b10abda1d fix: duplicate words 2024-04-13 23:32:38 +08:00
69ff2ce2d8 remove dead links (#148) 2024-04-13 08:19:31 +08:00
a959ba388d fix: fix typo (#147) 2024-04-12 14:28:42 +08:00
85618625c1 chore: remove some of the confusing content 2024-04-09 22:39:35 +08:00
kev
b015efb7d2 patch(nix-store): fix inconsistent aws configs (#145)
* fix: correct a typo

* patch(nix-store): fix inconsistent aws configs

---------

Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
2024-04-09 22:37:30 +08:00
9afc7fc140 polish: host your own nix binary cache server 2024-04-08 01:20:39 +08:00
a87d5dc0b0 feat: add a separate chapater for nix store & binary cache (#144) 2024-04-08 01:14:54 +08:00
kev
3d77080e71 docs: add host-custom-binary-cache-with-s3.md (#140)
* fix: correct a typo

* docs: add host-custom-binary-cache-with-s3.md

* docs(zh): add host-custom-binary-cache-with-s3.md

* feat(config.ts): enable routing

* patch: reordering

* fix: fix inconsistent typos

* fix: use nix run nixpkgs#pwgen as per suggestion

* fix: use MinIO as per suggestion

* feat: add background

* patch: rework nix-cache-info creation

* patch: clarify nix-cache-write.json usage

* fix: comment console output line as per suggestion

* fix: apply minior fixes

* fix: improve clarify as per suggestion

* feat: add prerequisites

* refactor: rework zh version

* fix: fix inconsistent quotations

* feat: add step to create aws-credentials

* style: add spaces between English and Chinese Characters

---------

Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
Co-authored-by: Ryan Yin <xiaoyin_c@qq.com>
2024-04-07 21:32:48 +08:00
445abd38be chore: update content about nix cache servers 2024-04-07 20:44:51 +08:00
177871a1c7 introduction/index.md: fix word choice for clarity (#142)
A "slippery experience" is not a common phrase, and brings to mind something challenging, hard to grasp, or likely to lose control of at any moment. A "smooth experience" is a common phrase, meaning no rough edges, encountering no snags or friction or unexpected pitfalls.
2024-04-07 09:31:40 +08:00
d7fb878559 feat: download packages via a proxy 2024-03-27 23:25:16 +08:00
29f6473dad feat: migrate content about china's networking to nixos-cn 2024-03-26 23:37:41 +08:00
28616c8502 Fixed a single typo (#133)
Corrected "Cconclusion" to "Conclusion"
2024-03-24 00:42:32 +08:00
5410d170a3 refactor: divide nixos-with-flakes-enabled into several sections to make it easier to read and find (#132) 2024-03-22 18:49:04 +08:00
cb4941ee44 feat: one more section about flake's 'self' (#131) 2024-03-22 15:00:46 +08:00
ca15ac1cc8 feat: Flakes Tutorials - update links 2024-03-19 18:28:45 +08:00
98f99ae40d feat: Flakes Tutorials - update links 2024-03-19 18:23:09 +08:00
490be22f0a fix typo (#129) 2024-03-17 21:34:00 +08:00
d710962095 fix(Chinese): line breaks (#128) 2024-03-17 12:17:50 +08:00
kev
249fe0d6b2 fix: correct a typo (#127) 2024-03-17 12:17:03 +08:00
87a650439e chore: automatically collapse all lines(max width = 100) (#126) 2024-03-16 19:29:05 +08:00
9e6982f10b chore: format code via prettier (#125) 2024-03-16 18:07:01 +08:00
a9f4bb9233 fix: fix typos (#123) 2024-03-16 17:18:28 +08:00
487860b43a polish: features of this book 2024-03-16 17:13:57 +08:00
55d42d1e48 feat: add pre-commit-hooks for spell checking, markdown linting, etc. (#122) 2024-03-16 17:11:37 +08:00
46062cb884 feat: add links for testing 2024-03-16 15:33:35 +08:00
7b4545c3f6 feat: add link - flakes intro in nix.dev 2024-03-16 13:52:35 +08:00
c6075ef55f fix: links - packaging 101 2024-03-16 13:13:01 +08:00
62dd85f473 fix: the nix language 2024-03-16 13:09:13 +08:00
6d986d75c4 polish: use inherit 2024-03-16 12:56:21 +08:00
dfc73a8667 fix: borken link 2024-03-16 12:53:30 +08:00
0c21b86e9a fix: markup 2024-03-16 12:48:44 +08:00
ef9932531e feat: docs about cache servers 2024-03-16 12:44:49 +08:00
a15b7c738d feat: docs for _module.args 2024-03-16 12:39:05 +08:00
0091296234 fix: typo 2024-03-16 12:32:55 +08:00
e6c856af4a docs: features of this book - contains source links in each section 2024-03-16 12:32:09 +08:00
32b31a6485 feat: lazy evaluation (#121) 2024-03-16 12:19:54 +08:00
48a392d190 docs(Chinese): installation 2024-03-16 11:17:43 +08:00
010d232325 docs: cache mirror & proxy server - china (#120) 2024-03-16 11:13:06 +08:00
f96986b986 Merge pull request #119 from ryan4yin/remote-deployment-ssh-known-hosts
feat:  remote-deployment - about ssh known_hosts
2024-03-15 14:57:35 +08:00
1fbdfecf25 feat: remote-deployment - about ssh known_hosts 2024-03-15 14:40:10 +08:00
ef1a217fdf Fix ordered list numerals 2024-03-13 20:32:47 +00:00
42523fd5ca Fix typo 2024-03-11 16:33:51 +08:00