This commit is contained in:
2026-01-27 08:56:14 +01:00
parent ce35cd1838
commit 616ac6a2a8
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ To add a basic password, e.g. for `$WEBSITE`:
pass $WEBSITE pass $WEBSITE
``` ```
To insert a multiline password, e.g. with a login name: To insert a multi-line password, e.g. with a login name:
```sh ```sh
pass add -m $WEBSITE pass add -m $WEBSITE

View File

@@ -48,7 +48,7 @@ echo 'net.ipv4.ip_forward=1' > /etc/sysctl.d/wg.conf
``` ```
```sh ```sh
systemctl enable --now wg-quiqck@wg0 systemctl enable --now wg-quick@wg0
``` ```
```sh ```sh