Compare commits
3 Commits
9bb453f877
...
1f750b92db
Author | SHA1 | Date | |
---|---|---|---|
1f750b92db | |||
5625f60877 | |||
304f6f2691 |
4
hosts/orion/modules/services/fwupd.nix
Normal file
4
hosts/orion/modules/services/fwupd.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.fwupd.enable = true;
|
||||
}
|
@ -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
|
||||
|
@ -33,6 +33,7 @@ in
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
devenv
|
||||
android-studio-full
|
||||
plantuml
|
||||
libnotify
|
||||
|
Loading…
x
Reference in New Issue
Block a user