From 7bcb99f376a175b5f1106be833433861808fc849 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 15 Feb 2024 22:26:20 +0100 Subject: [PATCH] Add podman and sbctl to GLaDOS --- nixos/hosts/GLaDOS/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 8d4e254..517eb5a 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -30,6 +30,12 @@ ./hardware-configuration.nix ]; + environment.systemPackages = with pkgs; [ + podman + podman-compose + sbctl + ]; + boot.loader.systemd-boot.enable = lib.mkForce false; boot.lanzaboote = {