Add secure-boot

This commit is contained in:
ItsDrike 2024-04-12 18:25:26 +02:00
parent fa6f2b49db
commit cb968bdc07
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
12 changed files with 459 additions and 1 deletions

View file

@ -25,6 +25,7 @@ in
./herugrim
inputs.home-manager.nixosModules.home-manager
inputs.impermanence.nixosModules.impermanence
inputs.lanzaboote.nixosModules.lanzaboote
] ++ shared;
};
}

View file

@ -37,6 +37,8 @@
devices."/dev/disk/by-label/NIXROOT".subvolumes = [ "root" ];
};
};
secure-boot.enabled = true;
};
device = {