fix(boot): set up sbctl unconditionally

This commit is contained in:
514fpv 2024-01-04 15:14:28 +08:00
parent c971d9ef2c
commit ac14001646
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -23,7 +23,7 @@ in {
}; };
# symlink for sbctl # symlink for sbctl
environment.etc.secureboot = mkIf cfg.lanzaboote { source = sbPath; }; environment.etc.secureboot.source = sbPath;
#environment.systemPackages = optional cfg.lanzaboote pkgs.sbctl; environment.systemPackages = [ pkgs.sbctl ];
}; };
} }