docs: misc

This commit is contained in:
Ryan Yin
2024-01-07 23:33:12 +08:00
parent e629ece0eb
commit 4eb5af38e3
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -249,8 +249,8 @@ chown -R ryan:ryan ~/nix-config
cd ~/nix-config
# deploy the configuration
make hypr
# deploy the configuration via Justfile
just hypr
```
Finally, to enable secure boot, follow the instructions in [lanzaboote - Quick Start](https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md) and [nix-config/ai/secure-boot.nix](https://github.com/ryan4yin/nix-config/blob/main/hosts/idols/ai/secureboot.nix)
+1 -1
View File
@@ -234,7 +234,7 @@ chown -R ryan:ryan ~/nix-config
cd ~/nix-config
# deploy the configuration
make s-hypr
just s-hypr
```
Finally, to enable secure boot, follow the instructions in [lanzaboote - Quick Start](https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md) and [nix-config/ai/secure-boot.nix](https://github.com/ryan4yin/nix-config/blob/main/hosts/idols/ai/secureboot.nix)