Remove pgcli
This commit is contained in:
parent
3e8ba3e2d7
commit
0e450a7a7d
2 changed files with 11 additions and 1 deletions
|
@ -84,3 +84,14 @@ nix-shell --packages git \
|
|||
--option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= h.lyte.dev:HeVWtne31ZG8iMf+c15VY3/Mky/4ufXlfTpT8+4Xbs0='"
|
||||
```
|
||||
|
||||
Then:
|
||||
|
||||
1. Setup/copy any GPG/SSH keys.
|
||||
|
||||
```shell
|
||||
$ gpg --export-secret-key --armor daniel@lyte.dev | ssh $host "umask 077; cat - > p.key"
|
||||
|
||||
```
|
||||
|
||||
2. Setup/copy any password stores.
|
||||
3. Tailscale connection and roles.
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
noto-fonts
|
||||
pamixer
|
||||
pavucontrol
|
||||
pgcli
|
||||
playerctl
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
|
|
Loading…
Reference in a new issue