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") ];
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||||
|
|
||||||
|
security.tpm2.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [ tpm2-tss ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
@ -23,6 +26,7 @@
|
|||||||
];
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableTpm2 = true;
|
||||||
initrdBin = [
|
initrdBin = [
|
||||||
pkgs.libuuid
|
pkgs.libuuid
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
|
@ -33,6 +33,7 @@ in
|
|||||||
packages =
|
packages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
|
devenv
|
||||||
android-studio-full
|
android-studio-full
|
||||||
plantuml
|
plantuml
|
||||||
libnotify
|
libnotify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user