feat: enable systemIdentity for elisabeth
This commit is contained in:
parent
4ed521354a
commit
a6c7f4ab11
|
@ -168,4 +168,7 @@
|
||||||
fileSystems."/persist".neededForBoot = true;
|
fileSystems."/persist".neededForBoot = true;
|
||||||
boot.initrd.systemd.services."zfs-import-panzer".after = [ "cryptsetup.target" ];
|
boot.initrd.systemd.services."zfs-import-panzer".after = [ "cryptsetup.target" ];
|
||||||
boot.initrd.systemd.services."zfs-import-renaultft".after = [ "cryptsetup.target" ];
|
boot.initrd.systemd.services."zfs-import-renaultft".after = [ "cryptsetup.target" ];
|
||||||
|
systemIdentity = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue