Configure secure boot
This commit is contained in:
parent
8e42dc2420
commit
dc4fa41b8f
3 changed files with 256 additions and 88 deletions
10
flake.nix
10
flake.nix
|
@ -15,15 +15,15 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
plasma-manager = {
|
||||
url = "github:pjones/plasma-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ags = {
|
||||
# url = "github:Aylur/ags";
|
||||
url = "github:aveeryy/ags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
@ -35,6 +35,7 @@
|
|||
./hosts/totsugeki/nixos
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
{
|
||||
home-manager = {
|
||||
backupFileExtension = "bak";
|
||||
|
@ -43,7 +44,6 @@
|
|||
imports = [
|
||||
inputs.ags.homeManagerModules.default
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
./common/home.nix
|
||||
./common/zsh.nix
|
||||
./hosts/totsugeki/home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue