Compare commits

..

No commits in common. "1f750b92dbec71445bc0520998a2e10eaf65fb44" and "9bb453f87780fb15f99072ad6296f31ffb0ffc29" have entirely different histories.

3 changed files with 0 additions and 9 deletions

View File

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

View File

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

View File

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