hermit: enable lanzaboote

This commit is contained in:
Bloxx12 2025-05-17 23:46:28 +02:00
commit e710c4d5da
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -31,7 +31,10 @@
};
system = {
boot.systemd-boot.enable = true;
boot = {
systemd-boot.enable = true;
lanzaboote.enable = true;
};
impermanence.enable = false;
services = {
owncloud.enable = true;