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") ];
|
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;
|
||||||
@ -26,7 +23,6 @@
|
|||||||
];
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTpm2 = true;
|
|
||||||
initrdBin = [
|
initrdBin = [
|
||||||
pkgs.libuuid
|
pkgs.libuuid
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
|
@ -33,7 +33,6 @@ 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