faucet(boot): set up sbctl unconditionally

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

View file

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