add web.social-grow.tech
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- install ubuntu 20.04
|
||||
- get age key from SSH
|
||||
```console
|
||||
curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | PROVIDER=hetznercloud NIX_CHANNEL=nixos-24.05 bash 2>&1 | tee /tmp/infect.log
|
||||
nix-shell -p ssh-to-age --run 'ssh-keyscan example.com | ssh-to-age'
|
||||
```
|
||||
- fix secrets files
|
||||
@@ -52,3 +53,8 @@ systemd-cryptenroll --fido2-device=auto --fido2-with-client-pin=yes /dev/nvme0n1
|
||||
wg genkey | (umask 077 && tee privatekey) | wg pubkey > publickey
|
||||
umask 0077; wg genpsk > psk
|
||||
```
|
||||
|
||||
# 7. Hash for new packages
|
||||
```console
|
||||
nix hash to-sri --type sha256 $(nix-prefetch-url https://tar.gz)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user