short masto readme

This commit is contained in:
Cyryl Płotnicki 2022-11-26 13:29:47 +00:00
parent 245300e355
commit cdbfef6e48

View file

@ -0,0 +1,13 @@
```
nixos-container root-login mastodon
sudo -u mastodon bash
cd
source mastodon-env
RAILS_ENV=production tootctl
```
to completely destroy a container
* remove from the definition
* switch
* `rm -fr /var/lib/nixos-containers/mastodon/`
*