mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
setup secure boot
This commit is contained in:
parent
452dbf5658
commit
f8a338df15
4 changed files with 259 additions and 34 deletions
|
|
@ -45,6 +45,12 @@
|
|||
repo = "disko";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
lanzaboote = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "lanzaboote";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
#my own packages
|
||||
spicetify-nix = {
|
||||
type = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue