add wrwks secret to fw

This commit is contained in:
2023-11-10 19:27:52 +01:00
parent 3d7c7e41b3
commit d0ddc3f8be
4 changed files with 44 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ nix-shell -p sops --run "sops updatekeys -y secrets.yaml"
./install.sh example.com
```
# 2. Sops command
```console
nix-shell -p sops --run 'sops hosts/cloonar.com/secrets.yaml'
```
# 2. Web Server specific
- change the permissions for /var/www
```console