Replaced grub with systemd-boot

Stopped using a ZFS pool for my boot partition.

Fixed this error in during boot (using grub):

> error: compression algorithm inherit not supported.
This commit is contained in:
Alejandro Angulo 2023-12-10 15:27:14 -08:00
parent feaebc52b8
commit 370f46be16
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 2 additions and 36 deletions

View file

@ -46,11 +46,6 @@
services.syncoid = {
enable = true;
commands = {
"bpool" = {
target = "backups@192.168.113.13:tank/backups/gospel/bpool";
recursive = true;
sshKey = "/var/lib/syncoid/.ssh/id_ed25519";
};
"rpool" = {
target = "backups@192.168.113.13:tank/backups/gospel/rpool";
recursive = true;