Compare commits
No commits in common. "1f750b92dbec71445bc0520998a2e10eaf65fb44" and "9bb453f87780fb15f99072ad6296f31ffb0ffc29" have entirely different histories.
1f750b92db
...
9bb453f877
@ -1,4 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.fwupd.enable = true;
|
||||
}
|
@ -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
|
||||
|
@ -33,7 +33,6 @@ in
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
devenv
|
||||
android-studio-full
|
||||
plantuml
|
||||
libnotify
|
||||
|
Loading…
x
Reference in New Issue
Block a user