feat(sgx): add claude-code

This commit is contained in:
Harald Hoyer 2025-09-22 16:56:38 +02:00
parent 76ead2d77c
commit 3b0809697d

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
@ -14,6 +14,10 @@
sops.secrets.pccs.sopsFile = ../../../.secrets/sgx/pccs.yaml;
sops.secrets.backup-pw.sopsFile = ../../../.secrets/sgx/backup-s3.yaml;
environment.systemPackages = with pkgs; [
claude-code
];
metacfg = {
base.enable = true;
gui.enable = true;