feat: remote deployment

This commit is contained in:
Ryan Yin 2023-08-03 11:31:14 +08:00
parent 2dd338db46
commit 60caedae13

View File

@ -159,6 +159,10 @@ function themeConfigEnglish() {
text: "Simplify NixOS-related Commands", text: "Simplify NixOS-related Commands",
link: "/best-practices/simplify-nixos-related-commands.md", link: "/best-practices/simplify-nixos-related-commands.md",
}, },
{
text: "Remote Deployment",
link: "/best-practices/remote-deployment.md",
},
{ {
text: "Debugging Derivations and Nix Expressions", text: "Debugging Derivations and Nix Expressions",
link: "/best-practices/debugging.md", link: "/best-practices/debugging.md",
@ -337,6 +341,10 @@ function themeConfigChinese() {
text: "使用 Makefile 简化常用命令", text: "使用 Makefile 简化常用命令",
link: "/zh/best-practices/simplify-nixos-related-commands.md", link: "/zh/best-practices/simplify-nixos-related-commands.md",
}, },
{
text: "远程部署 Nix 配置",
link: "/zh/best-practices/remote-deployment.md",
},
{ {
text: "调试 Nix 软件包与 Nix 表达式", text: "调试 Nix 软件包与 Nix 表达式",
link: "/zh/best-practices/debugging.md", link: "/zh/best-practices/debugging.md",