mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-02 11:39:25 +01:00
feat: remote deployment
This commit is contained in:
parent
2dd338db46
commit
60caedae13
@ -159,6 +159,10 @@ function themeConfigEnglish() {
|
||||
text: "Simplify NixOS-related Commands",
|
||||
link: "/best-practices/simplify-nixos-related-commands.md",
|
||||
},
|
||||
{
|
||||
text: "Remote Deployment",
|
||||
link: "/best-practices/remote-deployment.md",
|
||||
},
|
||||
{
|
||||
text: "Debugging Derivations and Nix Expressions",
|
||||
link: "/best-practices/debugging.md",
|
||||
@ -337,6 +341,10 @@ function themeConfigChinese() {
|
||||
text: "使用 Makefile 简化常用命令",
|
||||
link: "/zh/best-practices/simplify-nixos-related-commands.md",
|
||||
},
|
||||
{
|
||||
text: "远程部署 Nix 配置",
|
||||
link: "/zh/best-practices/remote-deployment.md",
|
||||
},
|
||||
{
|
||||
text: "调试 Nix 软件包与 Nix 表达式",
|
||||
link: "/zh/best-practices/debugging.md",
|
||||
|
Loading…
Reference in New Issue
Block a user