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:
parent
feaebc52b8
commit
370f46be16
3 changed files with 2 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue