Compare commits

...

2 Commits

2 changed files with 10 additions and 1 deletions

View File

@@ -52,7 +52,15 @@
let
my-lib = import ./lib { lib = nixpkgs.lib; };
overlays = [ ];
overlays = [
(_: prev: {
claude-code =
(import inputs.nixpkgs-unstable {
system = prev.stdenv.hostPlatform.system;
config.allowUnfree = true;
}).claude-code;
})
];
mkHost = my-lib.mkHost {
inherit

View File

@@ -53,6 +53,7 @@
};
# Boot - Lanzaboote secure boot
boot.kernelParams = [ "btusb.reset=1" ];
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {