fix(yume): enable lanzaboote

This commit is contained in:
514fpv 2024-07-12 17:10:40 +08:00
parent ee35e49d1a
commit f9e8ca41c4
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@
plasma-manager.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
plasma-manager.inputs.home-manager.follows = "home-manager"; plasma-manager.inputs.home-manager.follows = "home-manager";
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:catppuccin/nix";
lanzaboote.url = "github:nix-community/lanzaboote/v0.3.0"; lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs"; lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
# steamdeck # steamdeck

View file

@ -8,6 +8,7 @@
fs.esp.uuid = "6CEB-765A"; fs.esp.uuid = "6CEB-765A";
fs.type = "xfs"; fs.type = "xfs";
fs.store = "b80e8bbe-d1ff-4d2e-ae25-9e9048d67355"; fs.store = "b80e8bbe-d1ff-4d2e-ae25-9e9048d67355";
boot.lanzaboote = true;
gpu.enable = true; gpu.enable = true;
gpu.type = "nvidia"; gpu.type = "nvidia";
}; };