Add podman and sbctl to GLaDOS
This commit is contained in:
parent
7bdfbc45f7
commit
7bcb99f376
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
podman
|
||||||
|
podman-compose
|
||||||
|
sbctl
|
||||||
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
boot.lanzaboote = {
|
boot.lanzaboote = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue