restart zfs-import service on failure
This commit is contained in:
parent
c1411ee3fc
commit
3c6dda8785
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
# Sometimes fails after the first try, with duplicate pool name errors
|
||||
boot.initrd.systemd.services.zfs-import-zroot.serviceConfig.Restart = "on-failure";
|
||||
|
||||
disko.devices = {
|
||||
disk = {
|
||||
nvme0n1 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue