Compare commits

...

3 Commits

Author SHA1 Message Date
1f750b92db
feat(hm/price): install devenv
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
2024-07-24 22:16:34 -05:00
5625f60877
feat(host/orion): improve tpm2 support 2024-07-24 22:16:17 -05:00
304f6f2691
feat(host/orion): enable fwpupd service 2024-07-24 22:15:47 -05:00
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{ ... }:
{
services.fwupd.enable = true;
}

View File

@ -3,6 +3,9 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
security.tpm2.enable = true;
environment.systemPackages = with pkgs; [ tpm2-tss ];
boot = {
loader = {
systemd-boot.enable = true;
@ -23,6 +26,7 @@
];
systemd = {
enable = true;
enableTpm2 = true;
initrdBin = [
pkgs.libuuid
pkgs.gawk

View File

@ -33,6 +33,7 @@ in
packages =
with pkgs;
[
devenv
android-studio-full
plantuml
libnotify