16 lines
638 B
Markdown
16 lines
638 B
Markdown
# `bert`
|
|
|
|
## Installation
|
|
1. Install NixOS minimal
|
|
2. `ssh-keygen -N "" -f /etc/secrets/initrd/ssh_host_ed25519_key`
|
|
2. Enable SSH server and add root SSH key
|
|
3. Deploy updated config with `make`
|
|
4. Set up [Remote Disk Unlocking](https://nixos.wiki/wiki/Remote_disk_unlocking)
|
|
1. mkdir -p /etc/secrets/initrd && ssh-keygen -N "" -f /etc/secrets/initrd/ssh_host_25519_key
|
|
5. Deploy content:
|
|
- websites in /srv
|
|
- factorio world at /var/lib/factorio/saves/default.zip
|
|
- git/forgejo in /var/lib/forgejo
|
|
- navidrome DB/etc in /var/lib/navidrome
|
|
6. Set up Grafana users (log in with default admin/admin; change creds; configure)
|