fix(yume): enable lanzaboote
This commit is contained in:
parent
ee35e49d1a
commit
f9e8ca41c4
|
@ -13,7 +13,7 @@
|
|||
plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
plasma-manager.inputs.home-manager.follows = "home-manager";
|
||||
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";
|
||||
|
||||
# steamdeck
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
fs.esp.uuid = "6CEB-765A";
|
||||
fs.type = "xfs";
|
||||
fs.store = "b80e8bbe-d1ff-4d2e-ae25-9e9048d67355";
|
||||
boot.lanzaboote = true;
|
||||
gpu.enable = true;
|
||||
gpu.type = "nvidia";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue